From: Christopher Jones Date: Thu, 1 Sep 2011 19:27:14 +0000 (+0000) Subject: Unmatched %s was still diffing on Linux. Now it matches the whitespace at a minimum X-Git-Tag: php-5.5.0alpha1~1380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d002d6d56d81b96d50978172c6ccd0b8dba6c8fe;p=php Unmatched %s was still diffing on Linux. Now it matches the whitespace at a minimum --- 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