diff --git a/tests/data/url_autolinking.html b/tests/data/url_autolinking.html index 58ca94c..8f937db 100644 --- a/tests/data/url_autolinking.html +++ b/tests/data/url_autolinking.html @@ -1,3 +1,3 @@

an autolink http://example.com

-

inside of brackets [http://example.com], inside of braces {http://example.com}, inside of parentheses (http://example.com)

+

inside of parentheses (http://example.com)

trailing slash http://example.com/ and http://example.com/path/

\ No newline at end of file diff --git a/tests/data/url_autolinking.md b/tests/data/url_autolinking.md index 840f354..09b467b 100644 --- a/tests/data/url_autolinking.md +++ b/tests/data/url_autolinking.md @@ -1,5 +1,5 @@ an autolink http://example.com -inside of brackets [http://example.com], inside of braces {http://example.com}, inside of parentheses (http://example.com) +inside of parentheses (http://example.com) trailing slash http://example.com/ and http://example.com/path/ \ No newline at end of file