diff options
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/resources/markdown.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/resources/markdown.html b/tests/plugins/resources/markdown.html index 844a6f31..f1df4e7e 100644 --- a/tests/plugins/resources/markdown.html +++ b/tests/plugins/resources/markdown.html | |||
@@ -8,7 +8,7 @@ | |||
8 | </ul> | 8 | </ul> |
9 | <ol> | 9 | <ol> |
10 | <li><a href="http://link.tld">zero</a> | 10 | <li><a href="http://link.tld">zero</a> |
11 | <ol> | 11 | <ol start="2"> |
12 | <li><a href="http://link.tld">two</a></li> | 12 | <li><a href="http://link.tld">two</a></li> |
13 | <li><a href="http://link.tld">three</a></li> | 13 | <li><a href="http://link.tld">three</a></li> |
14 | <li><a href="http://link.tld">four</a></li> | 14 | <li><a href="http://link.tld">four</a></li> |
@@ -29,5 +29,5 @@ next #foo</code></pre> | |||
29 | <a href="https://test.tld/path/?query=value#hash">link</a><br /> | 29 | <a href="https://test.tld/path/?query=value#hash">link</a><br /> |
30 | <a href="ftp://test.tld/path/?query=value#hash">link</a><br /> | 30 | <a href="ftp://test.tld/path/?query=value#hash">link</a><br /> |
31 | <a href="magnet:test.tld/path/?query=value#hash">link</a><br /> | 31 | <a href="magnet:test.tld/path/?query=value#hash">link</a><br /> |
32 | <a href="http://alert('xss')">link</a><br /> | 32 | <a href="http://alert('xss')">link</a><br /> |
33 | <a href="http://test.tld/path/?query=value#hash">link</a></p></div> \ No newline at end of file | 33 | <a href="http://test.tld/path/?query=value#hash">link</a></p></div> \ No newline at end of file |