diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-24 19:26:57 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-24 19:26:57 -0700 |
commit | edbb60856f5854ecfdc75d82f845117b43c2655c (patch) | |
tree | 722fa44772bfb4df53f0ccd0f90d7d558ea3ba15 /spec.txt | |
parent | 8d2633f62af1a37eb3ca2ae9415a8ed9a2bc7f6f (diff) |
Spec: altered processing instruction test.
This catches the edge case described in #117.
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1447,11 +1447,11 @@ A processing instruction: . <?php - echo 'foo' + echo '>'; ?> . <?php - echo 'foo' + echo '>'; ?> . |