summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/PHP_Markdown/quotes-in-attributes.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/PHP_Markdown/quotes-in-attributes.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/PHP_Markdown/quotes-in-attributes.test29
1 files changed, 29 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/PHP_Markdown/quotes-in-attributes.test b/macros/generic/markdown/tests/testfiles/PHP_Markdown/quotes-in-attributes.test
new file mode 100644
index 0000000000..75247fc7fd
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/PHP_Markdown/quotes-in-attributes.test
@@ -0,0 +1,29 @@
+<<<
+[Test](/"style="color:red)
+[Test](/'style='color:red)
+
+![](/"style="border-color:red;border-size:1px;border-style:solid)
+![](/'style='border-color:red;border-size:1px;border-style:solid)
+
+>>>
+BEGIN link
+- label: Test
+- URI: /"style="color:red
+- title:
+END link
+BEGIN link
+- label: Test
+- URI: /'style='color:red
+- title:
+END link
+interblockSeparator
+BEGIN image
+- label:
+- URI: /"style="border-color:red;border-size:1px;border-style:solid
+- title:
+END image
+BEGIN image
+- label:
+- URI: /'style='border-color:red;border-size:1px;border-style:solid
+- title:
+END image