diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-03 06:34:38 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-03 06:34:38 -0800 |
commit | 8a218dc0d5e09b7c6199adf7c75c2b055a34529f (patch) | |
tree | a5db2a3f043cd394412c3872a390f8e8ac3b6a78 /tests | |
parent | 940b603548a4e22d106237cbbb3fd936836376a0 (diff) | |
download | pandoc-8a218dc0d5e09b7c6199adf7c75c2b055a34529f.tar.gz |
Fixed LaTeX writer tests for last patch.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/writer.latex b/tests/writer.latex index 4ce579516..55cf57970 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -591,7 +591,7 @@ a\textsuperscript{hello~there}. Subscripts: H\textsubscr{2}O, H\textsubscr{23}O, H\textsubscr{many~of~them}O. These should not be superscripts or subscripts, because of the unescaped -spaces: a\^{}b c\^{}d, a\ensuremath{\sim}b c\ensuremath{\sim}d. +spaces: a\^{}b c\^{}d, a\textasciitilde{}b c\textasciitilde{}d. \begin{center}\rule{3in}{0.4pt}\end{center} |