diff options
Diffstat (limited to 'markdown/tests/php/Quotes in attributes.xhtml')
-rw-r--r-- | markdown/tests/php/Quotes in attributes.xhtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/markdown/tests/php/Quotes in attributes.xhtml b/markdown/tests/php/Quotes in attributes.xhtml new file mode 100644 index 0000000..e3fcfd2 --- /dev/null +++ b/markdown/tests/php/Quotes in attributes.xhtml @@ -0,0 +1,5 @@ +<p><a href="/"style="color:red">Test</a> +<a href="/'style='color:red">Test</a></p> + +<p><img src="/"style="border-color:red;border-size:1px;border-style:solid" alt="" /> +<img src="/'style='border-color:red;border-size:1px;border-style:solid" alt="" /></p> |