aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-12-23 17:31:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-12-23 18:07:49 -0700
commit9d781b145449933369a02145eeb18cc2857480ed (patch)
treebadd31c411b28de1485f3b7f2c38840e8aec37e9 /tests
parentbfb6b61084ab6046db2105ebb42935543ee4d528 (diff)
downloadpandoc-9d781b145449933369a02145eeb18cc2857480ed.tar.gz
Updates to use skylighting rather than highlighting-kate.
So far this just reproduces capacity. Later we'll be able to add features like warning messages, dynamic loading of xml syntax definitions, and dynamic loading of themes.
Diffstat (limited to 'tests')
-rw-r--r--tests/lhs-test.latex4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lhs-test.latex b/tests/lhs-test.latex
index ac985e287..8234fce8f 100644
--- a/tests/lhs-test.latex
+++ b/tests/lhs-test.latex
@@ -101,8 +101,8 @@ 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}
+\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}
\CommentTok{-- arr (\textbackslash{}op (x,y) -> x `op` y)}
\end{Highlighting}
\end{Shaded}