summaryrefslogtreecommitdiff
path: root/tests/latex-reader.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-20 19:21:13 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-20 19:21:13 -0800
commit9cc1cf1f4098ad6a22eedeaf8e6d846ce7fbf5c3 (patch)
tree8fcb570e2871d8fe1a7cd90a438b2a23def4682b /tests/latex-reader.latex
parent00fe1dba311cab8a317c25986723be6122489dff (diff)
Fixed bug with escaped % in LaTeX reader.
Also added tests. Closes #710.
Diffstat (limited to 'tests/latex-reader.latex')
-rw-r--r--tests/latex-reader.latex4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/latex-reader.latex b/tests/latex-reader.latex
index a1a4909d5..2ebdfed99 100644
--- a/tests/latex-reader.latex
+++ b/tests/latex-reader.latex
@@ -841,4 +841,8 @@ Notes can go in quotes.\footnote{ In quote.
This paragraph should not be part of the note, as it is not
indented.
+\section{Escaped characters}
+
+\$ \% \& \# \_ \{ \}
+
\end{document}