summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark/consecutive-lists.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/lunamark/consecutive-lists.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/lunamark/consecutive-lists.test19
1 files changed, 19 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/lunamark/consecutive-lists.test b/macros/generic/markdown/tests/testfiles/lunamark/consecutive-lists.test
new file mode 100644
index 0000000000..56aaf8a8b3
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/lunamark/consecutive-lists.test
@@ -0,0 +1,19 @@
+<<<
+- one
+- two
+1. one
+2. two
+>>>
+ulBeginTight
+ulItem
+ulItemEnd
+ulItem
+ulItemEnd
+ulEndTight
+interblockSeparator
+olBeginTight
+olItemWithNumber: 1
+olItemEnd
+olItemWithNumber: 2
+olItemEnd
+olEndTight