aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-08 23:16:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-08 23:16:50 -0700
commit58eb78c437a411ee796e2c90d7c4681fe78d8254 (patch)
tree113bf81346d52188aac736c97258d1b5fc999c72 /test/lhs-test.latex
parent2e9a8d207b63d700a1cd7cd9438e244f64c7b17c (diff)
downloadpandoc-58eb78c437a411ee796e2c90d7c4681fe78d8254.tar.gz
Fixed tests for new skylighting.
Diffstat (limited to 'test/lhs-test.latex')
-rw-r--r--test/lhs-test.latex2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lhs-test.latex b/test/lhs-test.latex
index ba9d294c0..8379864ec 100644
--- a/test/lhs-test.latex
+++ b/test/lhs-test.latex
@@ -103,7 +103,7 @@ 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}
-\NormalTok{unsplit }\FunctionTok{=}\NormalTok{ arr }\FunctionTok{.}\NormalTok{ uncurry}
+\NormalTok{unsplit }\FunctionTok{=}\NormalTok{ arr }\FunctionTok{.} \FunctionTok{uncurry}
\CommentTok{-- arr (\textbackslash{}op (x,y) -> x `op` y)}
\end{Highlighting}
\end{Shaded}