summaryrefslogtreecommitdiff
path: root/tests/writer.context
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-07-11 01:24:15 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-07-11 01:24:15 +0000
commit8ed710bc9d771a25e73be2582b379485a3e240dc (patch)
treeeb086d34e2863a3af8e0dfa42f05290c83992cdb /tests/writer.context
parent275f9dc94c1ff15e2fafae9e3b5fe7bab2d9c88f (diff)
Treat '\ ' in (extended) markdown as nonbreaking space.
Print nonbreaking space appropriately in each writer (e.g. ~ in LaTeX). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1297 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.context')
-rw-r--r--tests/writer.context4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.context b/tests/writer.context
index 47298d340..7c9678636 100644
--- a/tests/writer.context
+++ b/tests/writer.context
@@ -590,9 +590,9 @@ This is code: \type{>}, \type{$}, \type{\}, \type{\$},
\overstrikes{This is {\em strikeout}.}
-Superscripts: a\high{bc}d a\high{{\em hello}} a\high{hello there}.
+Superscripts: a\high{bc}d a\high{{\em hello}} a\high{hello~there}.
-Subscripts: H\low{2}O, H\low{23}O, H\low{many of them}O.
+Subscripts: H\low{2}O, H\low{23}O, H\low{many~of~them}O.
These should not be superscripts or subscripts, because of the
unescaped spaces: a\letterhat{}b c\letterhat{}d, a\lettertilde{}b