cmark

My personal build of CMark ✏️

Commit
a5fa2d573185bcc565da89effcfbfdc2967ef939
Parent
f4702fd1d57273b86d0510ce14c6db1a5372f4b4
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #178 from jmendeth/patch-1

Typo in runtests.pl

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified runtests.pl 2 1 1
diff --git a/runtests.pl b/runtests.pl
@@ -81,7 +81,7 @@ sub dotest
   waitpid($pid, 0);
   $html   = &tidy($html);
   $actual = &tidy($actual);
-  $actual =~ s/\&#39;/'/;
+  $actual =~ s/\&#39;/'/g;
 
   if ($actual eq $html) {
     print colored("✓", "green");