From a3b133b3d39c45f4b833ee94401cb80a15159214 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 10 Jul 2015 14:59:09 -0700 Subject: Fixed broken "pre" literal HTML example. Insides weren't escaped properly. --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.txt b/spec.txt index ed9b8e2..bf8674a 100644 --- a/spec.txt +++ b/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