aboutsummaryrefslogtreecommitdiff
path: root/tests/lhs-test.fragment.html+lhs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-06 21:04:57 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-06 21:04:57 -0800
commit71bedab81c012be50c6605ed0dbf4ef936cde05e (patch)
treea90d0dbad49c05bcf7fcc9285b023257ffec000e /tests/lhs-test.fragment.html+lhs
parentc4c336460bb99bad2cca8c693452978d6ad8a5dd (diff)
downloadpandoc-71bedab81c012be50c6605ed0dbf4ef936cde05e.tar.gz
LHS test changes for new wrapping & highlighting-kate version.
Diffstat (limited to 'tests/lhs-test.fragment.html+lhs')
-rw-r--r--tests/lhs-test.fragment.html+lhs18
1 files changed, 15 insertions, 3 deletions
diff --git a/tests/lhs-test.fragment.html+lhs b/tests/lhs-test.fragment.html+lhs
index 74180d5c1..64a235936 100644
--- a/tests/lhs-test.fragment.html+lhs
+++ b/tests/lhs-test.fragment.html+lhs
@@ -6,9 +6,21 @@
> is an arrow that takes a pair of values and combines them to return a single value:</p
><pre class="sourceCode haskell"
><code
- >&gt; unsplit :: (<span class="dt"
+ >&gt; <span class="ot"
+ >unsplit </span
+ ><span class="ot"
+ >::</span
+ > (<span class="dt"
>Arrow</span
- > a) =&gt; (b -&gt; c -&gt; d) -&gt; a (b, c) d<br
+ > a) <span class="ot"
+ >=&gt;</span
+ > (b <span class="ot"
+ >-&gt;</span
+ > c <span class="ot"
+ >-&gt;</span
+ > d) <span class="ot"
+ >-&gt;</span
+ > a (b, c) d<br
/>&gt; unsplit <span class="fu"
>=</span
> arr <span class="fu"
@@ -36,4 +48,4 @@
><p
>foo bar</p
></blockquote
-> \ No newline at end of file
+>