summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/literal-quotes-in-titles.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/Markdown_1.0.3/literal-quotes-in-titles.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/Markdown_1.0.3/literal-quotes-in-titles.test21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/literal-quotes-in-titles.test b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/literal-quotes-in-titles.test
new file mode 100644
index 0000000000..cd44028f8f
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/literal-quotes-in-titles.test
@@ -0,0 +1,21 @@
+<<<
+Foo [bar][].
+
+Foo [bar](/url/ "Title with "quotes" inside").
+
+
+ [bar]: /url/ "Title with "quotes" inside"
+
+
+>>>
+BEGIN link
+- label: bar
+- URI: /url/
+- title: Title with "quotes" inside
+END link
+interblockSeparator
+BEGIN link
+- label: bar
+- URI: /url/
+- title: Title with "quotes" inside
+END link