Skip to content
This repository was archived by the owner on Jan 21, 2019. It is now read-only.

Commit 609c3b1

Browse files
author
Jeremy McAnally
committed
Fix test fixture for Markdown/LHS rendering
1 parent 6690c6f commit 609c3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/markups/README.lhs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h1>Markdown</h1>
22

33
<p>Except with more magic added.</p>
44

5-
<pre lang="haskell"><code>isPrefixOf :: (Eq a) =&gt; [a] -&gt; [a] -&gt; Bool
5+
<pre><code class="haskell">isPrefixOf :: (Eq a) =&gt; [a] -&gt; [a] -&gt; Bool
66
isPrefixOf [] _ = True
77
isPrefixOf _ [] = False
88
isPrefixOf (x:xs) (y:ys)= x == y &amp;&amp; isPrefixOf xs ys

0 commit comments

Comments
 (0)