summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2011-09-01 19:27:14 +0000
committerChristopher Jones <sixd@php.net>2011-09-01 19:27:14 +0000
commit7c63e28708583879050c4779c0a9e23c49001387 (patch)
tree998df5a3a20497721187d39ec219e5f98f6e61a3
parentd8a41ee0314fb7e65b45e8e5f8bfe907fd8fb829 (diff)
downloadphp-git-7c63e28708583879050c4779c0a9e23c49001387.tar.gz
Unmatched %s was still diffing on Linux. Now it matches the whitespace at a minimum
-rw-r--r--tests/lang/bug21820.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug21820.phpt b/tests/lang/bug21820.phpt
index 8d5cde1943..cbf466eea7 100644
--- a/tests/lang/bug21820.phpt
+++ b/tests/lang/bug21820.phpt
@@ -10,4 +10,4 @@ echo "$arr['foo']";
?>
--EXPECTF--
-Parse error: %s error, %s(T_STRING)%s(T_VARIABLE)%s(T_NUM_STRING)%s in %sbug21820.php on line %d
+Parse error: %s error, %s(T_STRING)%s(T_VARIABLE)%s(T_NUM_STRING)%sin %sbug21820.php on line %d