diff options
Diffstat (limited to 'tests/php/Quotes in attributes.text')
-rw-r--r-- | tests/php/Quotes in attributes.text | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/php/Quotes in attributes.text b/tests/php/Quotes in attributes.text new file mode 100644 index 0000000..9792286 --- /dev/null +++ b/tests/php/Quotes in attributes.text @@ -0,0 +1,5 @@ +[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) |