cmark

My personal build of CMark ✏️

Commit
edbb60856f5854ecfdc75d82f845117b43c2655c
Parent
8d2633f62af1a37eb3ca2ae9415a8ed9a2bc7f6f
Author
John MacFarlane <jgm@berkeley.edu>
Date

Spec: altered processing instruction test.

This catches the edge case described in #117.

Diffstat

1 file changed, 2 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified spec.txt 4 2 2
diff --git a/spec.txt b/spec.txt
@@ -1447,11 +1447,11 @@ A processing instruction:
 
 .
 <?php
-  echo 'foo'
+  echo '>';
 ?>
 .
 <?php
-  echo 'foo'
+  echo '>';
 ?>
 .