Browse Source

Unmatched %s was still diffing on Linux. Now it matches the whitespace at a minimum

pull/7/head
Christopher Jones 15 years ago
parent
commit
d002d6d56d
  1. 2
      tests/lang/bug21820.phpt

2
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
Loading…
Cancel
Save