aboutsummaryrefslogtreecommitdiff
path: root/tests/textile-reader.textile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-22 15:45:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-07-22 15:45:03 -0700
commit27762affe3edd13ccb62a5450166b28fe73d15e6 (patch)
treebdadc7c5bed90dabeeca38ca6a79aa6fdab66b68 /tests/textile-reader.textile
parent266caf70e51f2a20eb95c58deaa258807a377bb1 (diff)
downloadpandoc-27762affe3edd13ccb62a5450166b28fe73d15e6.tar.gz
Textile reader: disallow empty URL in explicit link.
Closes #3036.
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r--tests/textile-reader.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile
index 3eaf62aed..cb9a68313 100644
--- a/tests/textile-reader.textile
+++ b/tests/textile-reader.textile
@@ -174,6 +174,8 @@ Just a "url":http://www.url.com
"Email link":mailto:nobody@nowhere.net
+"not a link": foo
+
Automatic linking to "$":http://www.example.com.
"Example":http://www.example.com/: Example of a link followed by a colon.