aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-01-27 08:25:25 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-01-27 08:25:25 -0800
commit05a217091f47b11d31eac687c6f62caeada4fb14 (patch)
tree0d3899b248fe1422bd32bb1ea5cb8a301a5e906c /test/lhs-test.latex
parent3b4dc3a2b0c9898ee38ccf1b8f441d8b13c7d632 (diff)
downloadpandoc-05a217091f47b11d31eac687c6f62caeada4fb14.tar.gz
Fix test suite for new skylighting.
Closes #6086.
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 706aaf490..48d557b27 100644
--- a/test/lhs-test.latex
+++ b/test/lhs-test.latex
@@ -95,9 +95,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{=\textgreater{}}\NormalTok{ (b }\OtherTok{{-}\textgreater{}}\NormalTok{ c }\OtherTok{{-}\textgreater{}}\NormalTok{ d) }\OtherTok{{-}\textgreater{}}\NormalTok{ a (b, c) d}
\NormalTok{unsplit }\OtherTok{=}\NormalTok{ arr }\OperatorTok{.} \FunctionTok{uncurry}
- \CommentTok{{-}{-} arr (\textbackslash{}op (x,y) {-}> x \textasciigrave{}op\textasciigrave{} y)}
+ \CommentTok{{-}{-} arr (\textbackslash{}op (x,y) {-}\textgreater{} x \textasciigrave{}op\textasciigrave{} y)}
\end{Highlighting}
\end{Shaded}