mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-27 04:24:43 +01:00
Fix attribute assigment test with crlf newlines
This commit is contained in:
parent
894c3f787d
commit
e69c9ee38c
@ -63,6 +63,7 @@ function test($a) {
|
||||
echo $a;
|
||||
}
|
||||
EOC;
|
||||
$code = $this->canonicalize($code);
|
||||
|
||||
$parser = new Parser($lexer);
|
||||
$stmts = $parser->parse($code);
|
||||
|
Loading…
Reference in New Issue
Block a user