aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-06-13 19:33:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-06-13 19:33:52 -0700
commit2cd1c7b30f200d18f1f1bdef1671369e1ad303ed (patch)
treeb3489ab289fed9a93dee97f65abe4dab15a79fdc /test/lhs-test.latex
parent23ddb47520950f11d38a7e8f1809cedd4c215c5b (diff)
downloadpandoc-2cd1c7b30f200d18f1f1bdef1671369e1ad303ed.tar.gz
Update test for skylighting 0.8.1.1.
Diffstat (limited to 'test/lhs-test.latex')
-rw-r--r--test/lhs-test.latex4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lhs-test.latex b/test/lhs-test.latex
index 0442db5ca..a456995a3 100644
--- a/test/lhs-test.latex
+++ b/test/lhs-test.latex
@@ -94,9 +94,9 @@ return a single value:
\begin{Shaded}
\begin{Highlighting}[]
-\OtherTok{unsplit ::}\NormalTok{ (}\DataTypeTok{Arrow}\NormalTok{ a) }\OtherTok{=>}\NormalTok{ (b }\OtherTok{->}\NormalTok{ c }\OtherTok{->}\NormalTok{ d) }\OtherTok{->}\NormalTok{ a (b, c) d}
+\OtherTok{unsplit ::}\NormalTok{ (}\DataTypeTok{Arrow}\NormalTok{ a) }\OtherTok{=>}\NormalTok{ (b }\OtherTok{{-}>}\NormalTok{ c }\OtherTok{{-}>}\NormalTok{ d) }\OtherTok{{-}>}\NormalTok{ a (b, c) d}
\NormalTok{unsplit }\OtherTok{=}\NormalTok{ arr }\OperatorTok{.} \FunctionTok{uncurry}
- \CommentTok{-- arr (\textbackslash{}op (x,y) -> x `op` y)}
+ \CommentTok{{-}{-} arr (\textbackslash{}op (x,y) {-}> x \textasciigrave{}op\textasciigrave{} y)}
\end{Highlighting}
\end{Shaded}