From 7447ecc255af14971c9bb2e035aedb7e386e6aa0 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 13 Jul 2008 16:31:34 +0000 Subject: Escape '\160' as " ", not " " in XML. "nbsp" isn't a predefined XML entity. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1303 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.docbook | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/writer.docbook') diff --git a/tests/writer.docbook b/tests/writer.docbook index 4860e7d66..e8f963b58 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -606,7 +606,7 @@ These should not be escaped: \$ \\ \> \[ \{ Should not be a list item: - M.A. 2007 + M.A. 2007 B. Williams @@ -795,12 +795,12 @@ These should not be escaped: \$ \\ \> \[ \{ Superscripts: abcd ahello - ahello there. + ahello there. Subscripts: H2O, H23O, - Hmany of themO. + Hmany of themO. These should not be superscripts or subscripts, because of the -- cgit v1.2.3