cmark

My personal build of CMark ✏️

Commit
c210285ad91e3aeaf75e36e53785d49e5e275bff
Parent
17e6720dd9b5d25aeb906bb23915a6ee13a07e3d
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated spec.txt.

Diffstat

1 file changed, 2 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified test/spec.txt 4 2 2
diff --git 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>
 .