From 8dadc5d6d29cb30f5f1a216fb14396c13c9747a2 Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Thu, 23 Jun 2016 06:04:48 +0900 Subject: Add tests to check that markdown parsing is working fine after an HTML block end tag --- spec.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index ba3d2eb..c630917 100644 --- a/spec.txt +++ b/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