From c14082cab2b3faeea874c60a465272241b746026 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 15 Jul 2007 23:54:02 +0000 Subject: 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 --- tests/testsuite.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3