summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/blockquotes-with-code-blocks.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/Markdown_1.0.3/blockquotes-with-code-blocks.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/Markdown_1.0.3/blockquotes-with-code-blocks.test21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/blockquotes-with-code-blocks.test b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/blockquotes-with-code-blocks.test
new file mode 100644
index 0000000000..1fa09a34de
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/blockquotes-with-code-blocks.test
@@ -0,0 +1,21 @@
+<<<
+> Example:
+>
+> sub status {
+> print "working";
+> }
+>
+> Or:
+>
+> sub status {
+> return "working";
+> }
+
+>>>
+blockQuoteBegin
+interblockSeparator
+inputVerbatim: ./_markdown_test/702e5d3a17f709c02cee3a2b5e106619.verbatim
+interblockSeparator
+interblockSeparator
+inputVerbatim: ./_markdown_test/9d7d6b4bdbb0a57a705dc70e6c7f5612.verbatim
+blockQuoteEnd