Show More
@@ -31,7 +31,7 b' class TestLatex(TestsBase):' | |||
|
31 | 31 | (r'How are \you doing today?', r'How are \textbackslash{}you doing today?'), |
|
32 | 32 | (r'\escapechar=`\A\catcode`\|=0 |string|foo', r'\textbackslash{}escapechar=`\textbackslash{}A\textbackslash{}catcode`\textbackslash{}|=0 |string|foo'), |
|
33 | 33 | (r'# $ % & ~ _ ^ \ { }', r'\# \$ \% \& \textasciitilde{} \_ \^{} \textbackslash{} \{ \}'), |
|
34 | ('...', r'\ldots'), | |
|
34 | ('...', r'{\ldots}'), | |
|
35 | 35 | ('','')] |
|
36 | 36 | |
|
37 | 37 | for test in tests: |
General Comments 0
You need to be logged in to leave comments.
Login now