From c210285ad91e3aeaf75e36e53785d49e5e275bff Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 10 Jul 2015 14:59:39 -0700 Subject: Updated spec.txt. --- test/spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 "bar" +main = print $ parseTags tags .

 import Text.HTML.TagSoup
 
 main :: IO ()
-main = print $ parseTags "bar"
+main = print $ parseTags tags
 
. -- cgit v1.2.3