summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/tight-lists.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/lunamark-markdown/tight-lists.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/lunamark-markdown/tight-lists.test18
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/lunamark-markdown/tight-lists.test b/macros/generic/markdown/tests/testfiles/lunamark-markdown/tight-lists.test
new file mode 100644
index 0000000000..47ecbcb726
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/lunamark-markdown/tight-lists.test
@@ -0,0 +1,18 @@
+<<<
+This test ensures that the Lua `tightLists` option is enabled by default. The
+following list should be tight.
+
+3. three
+4. four
+5. five
+>>>
+codeSpan: tightLists
+interblockSeparator
+olBeginTight
+olItemWithNumber: 3
+olItemEnd
+olItemWithNumber: 4
+olItemEnd
+olItemWithNumber: 5
+olItemEnd
+olEndTight