summaryrefslogtreecommitdiff
path: root/test/spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec.txt')
-rw-r--r--test/spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec.txt b/test/spec.txt
index ed9b8e2..bf8674a 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -1904,14 +1904,14 @@ A pre tag (type 1):
import Text.HTML.TagSoup
main :: IO ()
-main = print $ parseTags "<a href=\"foo\">bar</a>"
+main = print $ parseTags tags
</code></pre>
.
<pre language="haskell"><code>
import Text.HTML.TagSoup
main :: IO ()
-main = print $ parseTags "<a href=\"foo\">bar</a>"
+main = print $ parseTags tags
</code></pre>
.