summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-10 14:59:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-10 14:59:39 -0700
commitc210285ad91e3aeaf75e36e53785d49e5e275bff (patch)
tree5c16874153c4edc637bc4bbfc0df675dd7a0cbd9 /test
parent17e6720dd9b5d25aeb906bb23915a6ee13a07e3d (diff)
Updated spec.txt.
Diffstat (limited to 'test')
-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>
.