summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-24 19:26:57 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-24 19:26:57 -0700
commitedbb60856f5854ecfdc75d82f845117b43c2655c (patch)
tree722fa44772bfb4df53f0ccd0f90d7d558ea3ba15 /spec.txt
parent8d2633f62af1a37eb3ca2ae9415a8ed9a2bc7f6f (diff)
Spec: altered processing instruction test.
This catches the edge case described in #117.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index e72f143..54d49cd 100644
--- a/spec.txt
+++ b/spec.txt
@@ -1447,11 +1447,11 @@ A processing instruction:
.
<?php
- echo 'foo'
+ echo '>';
?>
.
<?php
- echo 'foo'
+ echo '>';
?>
.