diff --git a/test/PhpParser/ParserTest.php b/test/PhpParser/ParserTest.php index 70f88736..2839f422 100644 --- a/test/PhpParser/ParserTest.php +++ b/test/PhpParser/ParserTest.php @@ -63,6 +63,7 @@ function test($a) { echo $a; } EOC; + $code = $this->canonicalize($code); $parser = new Parser($lexer); $stmts = $parser->parse($code);