aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-15 23:54:02 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-15 23:54:02 +0000
commitc14082cab2b3faeea874c60a465272241b746026 (patch)
tree0420216f02031c2af9ced14d822b995c7c38eade
parent7e1370aa874195761aae6e504c66f7111f9a2ccc (diff)
downloadpandoc-c14082cab2b3faeea874c60a465272241b746026.tar.gz
Modified the test of a link containing an underscore in
both the label and the URL. The underscore must be backslash-escaped. git-svn-id: https://pandoc.googlecode.com/svn/trunk@730 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--tests/testsuite.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.txt b/tests/testsuite.txt
index 69d290aff..cbe46cf70 100644
--- a/tests/testsuite.txt
+++ b/tests/testsuite.txt
@@ -548,7 +548,7 @@ Just a [URL](/url/).
[URL and title](/url/ 'title with single quotes')
-[with_underscore](/url/with_underscore)
+[with\_underscore](/url/with_underscore)
[Email link](mailto:nobody@nowhere.net)