aboutsummaryrefslogtreecommitdiff
path: root/tests/docx/lists.native
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-13 11:16:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-13 11:16:50 -0700
commit40e67b873735f108dfb17f75f6475219a62278cd (patch)
tree7814e987155d3b7d196135e2cdbf06deb67d460d /tests/docx/lists.native
parentfa71a08ed3cae4ed26d2cb84b1f7a29be94e3ddb (diff)
downloadpandoc-40e67b873735f108dfb17f75f6475219a62278cd.tar.gz
Revised tests directory.
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.
Diffstat (limited to 'tests/docx/lists.native')
-rw-r--r--tests/docx/lists.native18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/docx/lists.native b/tests/docx/lists.native
new file mode 100644
index 000000000..af922b335
--- /dev/null
+++ b/tests/docx/lists.native
@@ -0,0 +1,18 @@
+[Header 2 ("some-nested-lists",[],[]) [Str "Some",Space,Str "nested",Space,Str "lists"]
+,OrderedList (1,Decimal,Period)
+ [[Para [Str "one"]]
+ ,[Para [Str "two"]
+ ,OrderedList (1,LowerAlpha,DefaultDelim)
+ [[Para [Str "a"]]
+ ,[Para [Str "b"]]]]]
+,BulletList
+ [[Para [Str "one"]]
+ ,[Para [Str "two"]
+ ,BulletList
+ [[Para [Str "three"]
+ ,BulletList
+ [[Para [Str "four"]
+ ,Para [Str "Sub",Space,Str "paragraph"]]]]]]
+ ,[Para [Str "Same",Space,Str "list"]]]
+,BulletList
+ [[Para [Str "Different",Space,Str "list",Space,Str "adjacent",Space,Str "to",Space,Str "the",Space,Str "one",Space,Str "above."]]]]