aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-10-20 23:13:49 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-10-20 23:54:05 -0700
commitca583a340fdb721baeadb2657c184490c73363e4 (patch)
tree8fff95f18d7a677d1e6bdfdbf3a0aeffaf405fb4 /tests
parentb63566f09cfdf6de51356989dd2af4d0d411e5c3 (diff)
downloadpandoc-ca583a340fdb721baeadb2657c184490c73363e4.tar.gz
Updated lhs-test.latex for new highlighting-kate treatment of `.
Diffstat (limited to 'tests')
-rw-r--r--tests/lhs-test.latex2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex
index d2d1f9ab8..acfb86679 100644
--- a/tests/lhs-test.latex
+++ b/tests/lhs-test.latex
@@ -70,7 +70,7 @@ return a single value:
\begin{Highlighting}[]
\OtherTok{unsplit ::} \NormalTok{(}\DataTypeTok{Arrow} \NormalTok{a) }\OtherTok{=>} \NormalTok{(b }\OtherTok{->} \NormalTok{c }\OtherTok{->} \NormalTok{d) }\OtherTok{->} \NormalTok{a (b, c) d}
\NormalTok{unsplit }\FunctionTok{=} \NormalTok{arr }\FunctionTok{.} \FunctionTok{uncurry}
- \CommentTok{-- arr (\textbackslash{}op (x,y) -> x `op` y) }
+ \CommentTok{-- arr (\textbackslash{}op (x,y) -> x {\char18}op{\char18} y) }
\end{Highlighting}
\end{Shaded}