From 6eca3cd659617fad71c88531843f55ac5c46ecc0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 23 Jun 2016 11:45:53 -0700 Subject: Updated spec. --- test/spec.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test') diff --git a/test/spec.txt b/test/spec.txt index b8a897c..99365cd 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -2302,6 +2302,7 @@ import Text.HTML.TagSoup main :: IO () main = print $ parseTags tags +okay .

 import Text.HTML.TagSoup
@@ -2309,6 +2310,7 @@ import Text.HTML.TagSoup
 main :: IO ()
 main = print $ parseTags tags
 
+

okay

```````````````````````````````` @@ -2320,12 +2322,14 @@ A script tag (type 1): document.getElementById("demo").innerHTML = "Hello JavaScript!"; +okay . +

okay

```````````````````````````````` @@ -2338,6 +2342,7 @@ h1 {color:red;} p {color:blue;} +okay . +

okay

```````````````````````````````` @@ -2433,11 +2439,13 @@ A comment (type 2): bar baz --> +okay . +

okay

```````````````````````````````` @@ -2450,12 +2458,14 @@ A processing instruction (type 3): echo '>'; ?> +okay . '; ?> +

okay

```````````````````````````````` @@ -2483,6 +2493,7 @@ function matchwo(a,b) } } ]]> +okay . +

okay

```````````````````````````````` -- cgit v1.2.3