diff options
Diffstat (limited to 'tests/misc')
-rw-r--r-- | tests/misc/autolinks_with_asterisks.html | 3 | ||||
-rw-r--r-- | tests/misc/autolinks_with_asterisks.txt | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/misc/autolinks_with_asterisks.html b/tests/misc/autolinks_with_asterisks.html new file mode 100644 index 0000000..a7f2609 --- /dev/null +++ b/tests/misc/autolinks_with_asterisks.html @@ -0,0 +1,3 @@ +<p> + <a href="http://some.site/weird*url*thing">http://some.site/weird*url*thing</a> +</p>
\ No newline at end of file diff --git a/tests/misc/autolinks_with_asterisks.txt b/tests/misc/autolinks_with_asterisks.txt new file mode 100644 index 0000000..24de5d9 --- /dev/null +++ b/tests/misc/autolinks_with_asterisks.txt @@ -0,0 +1,2 @@ +<http://some.site/weird*url*thing> + |