diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-01-27 08:25:25 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-01-27 08:25:25 -0800 |
commit | 05a217091f47b11d31eac687c6f62caeada4fb14 (patch) | |
tree | 0d3899b248fe1422bd32bb1ea5cb8a301a5e906c | |
parent | 3b4dc3a2b0c9898ee38ccf1b8f441d8b13c7d632 (diff) | |
download | pandoc-05a217091f47b11d31eac687c6f62caeada4fb14.tar.gz |
Fix test suite for new skylighting.
Closes #6086.
-rw-r--r-- | test/lhs-test.latex | 4 |
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} |