From d9e34ce34db194f82a0910016174d7d88c2f6eeb Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Sat, 15 Sep 2012 20:42:24 -0700
Subject: LaTeX writer: don't escape _ in url.

---
 tests/writer.latex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests')

diff --git a/tests/writer.latex b/tests/writer.latex
index 3efc08277..bab23cd64 100644
--- a/tests/writer.latex
+++ b/tests/writer.latex
@@ -786,7 +786,7 @@ Just a \href{/url/}{URL}.
 
 \href{/url/}{URL and title}
 
-\href{/url/with\_underscore}{with\_underscore}
+\href{/url/with_underscore}{with\_underscore}
 
 \href{mailto:nobody@nowhere.net}{Email link}
 
-- 
cgit v1.2.3