diff options
author | Artem Yunusov <nedrlab@gmail.com> | 2008-07-03 21:53:03 +0500 |
---|---|---|
committer | Artem Yunusov <nedrlab@gmail.com> | 2008-07-03 21:53:03 +0500 |
commit | 33d3f28f8a01cbd0ec13bb55ec8ce3755deaa29a (patch) | |
tree | e98f22cd51cc770dc8541a2238bc703d5688d7fd /tests/safe_mode/unsafe_urls.html | |
parent | ce843d036d0061d470dec006bb6e0300b0b3020f (diff) | |
download | markdown-33d3f28f8a01cbd0ec13bb55ec8ce3755deaa29a.tar.gz markdown-33d3f28f8a01cbd0ec13bb55ec8ce3755deaa29a.tar.bz2 markdown-33d3f28f8a01cbd0ec13bb55ec8ce3755deaa29a.zip |
Code blocks escaping bug fixed. Some test suite modifications.
Diffstat (limited to 'tests/safe_mode/unsafe_urls.html')
-rw-r--r-- | tests/safe_mode/unsafe_urls.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/safe_mode/unsafe_urls.html b/tests/safe_mode/unsafe_urls.html index 8eda30d..fe37840 100644 --- a/tests/safe_mode/unsafe_urls.html +++ b/tests/safe_mode/unsafe_urls.html @@ -12,7 +12,8 @@ <a href="">link</a> <a href="">link</a> </p> -<p><img src="" alt="img"/><a href="">ref</a> +<p><img src="" alt="img"/> + <a href="">ref</a> <img src="" alt="imgref"/> </p> <p>These should work regardless: @@ -21,4 +22,4 @@ <a href="mailto:foo@bar.com">email</a> <a href="news:some.news.group.com">news scheme</a> <a href="http://example.com">http link</a> -</p>
\ No newline at end of file +</p> |