From 5efb5517a9be673101825af7c2395dc46c687695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sat, 23 May 2015 02:02:03 +0100 Subject: [PATCH] test(issues): add testcase for PR #83 --- test/issues/#83.parsed_text_links_with_underscores.html | 5 +++++ test/issues/#83.parsed_text_links_with_underscores.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 test/issues/#83.parsed_text_links_with_underscores.html create mode 100644 test/issues/#83.parsed_text_links_with_underscores.md diff --git a/test/issues/#83.parsed_text_links_with_underscores.html b/test/issues/#83.parsed_text_links_with_underscores.html new file mode 100644 index 0000000..892e412 --- /dev/null +++ b/test/issues/#83.parsed_text_links_with_underscores.html @@ -0,0 +1,5 @@ +

plain text link http://test.com/this_has/one.html with underscores

+ +

legit·word_with·1·underscore

+ +

a wordwith2underscores (gets em)

diff --git a/test/issues/#83.parsed_text_links_with_underscores.md b/test/issues/#83.parsed_text_links_with_underscores.md new file mode 100644 index 0000000..e2118ed --- /dev/null +++ b/test/issues/#83.parsed_text_links_with_underscores.md @@ -0,0 +1,5 @@ +plain text link http://test.com/this_has/one.html with underscores + +legit·word_with·1·underscore + +a word_with_2underscores (gets em)