aboutsummaryrefslogtreecommitdiff
path: root/test/docx/lists_restarting.native
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2017-12-13 15:14:23 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2017-12-13 15:16:44 -0500
commit440533643e768b584194aaac59e26e35d53f6745 (patch)
tree099136be6a7488f35d7f4eba24d3b6541d5949db /test/docx/lists_restarting.native
parent3c7a3d378c6fdb026297aee10e4818267a8b86a8 (diff)
downloadpandoc-440533643e768b584194aaac59e26e35d53f6745.tar.gz
Docx writer: Add tests for list continuation.
Diffstat (limited to 'test/docx/lists_restarting.native')
-rw-r--r--test/docx/lists_restarting.native8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/docx/lists_restarting.native b/test/docx/lists_restarting.native
new file mode 100644
index 000000000..6602f1262
--- /dev/null
+++ b/test/docx/lists_restarting.native
@@ -0,0 +1,8 @@
+[OrderedList (2,Decimal,Period)
+ [[Para [Str "Foo"]]
+ ,[Para [Str "Bar"]]
+ ,[Para [Str "Baz"]]]
+,BlockQuote
+ [Para [Str "Interruption"]]
+,OrderedList (1,Decimal,Period)
+ [[Para [Str "Bop."]]]]