Fix attribute assigment test with crlf newlines

This commit is contained in:
Nikita Popov 2014-12-19 17:27:53 +01:00
parent 894c3f787d
commit e69c9ee38c

View File

@ -63,6 +63,7 @@ function test($a) {
echo $a;
}
EOC;
$code = $this->canonicalize($code);
$parser = new Parser($lexer);
$stmts = $parser->parse($code);