summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test19
1 files changed, 0 insertions, 19 deletions
diff --git a/macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test b/macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test
deleted file mode 100644
index 69dffa4e21..0000000000
--- a/macros/generic/markdown/tests/testfiles/lunamark-markdown/breakable-blockquotes.test
+++ /dev/null
@@ -1,19 +0,0 @@
-\def\markdownOptionBreakableBlockquotes{true}
-<<<
-This test ensures that the Lua `breakableBlockquotes` option correctly
-propagates through the plain TeX interface.
-
-> *quote 1*
-
-> *quote 2*
-
->>>
-codeSpan: breakableBlockquotes
-interblockSeparator
-blockQuoteBegin
-emphasis: quote 1
-blockQuoteEnd
-interblockSeparator
-blockQuoteBegin
-emphasis: quote 2
-blockQuoteEnd