1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-11 17:09:41 +01:00
PHP-Parser/test/code/parser/error_pos.test-fail
Nikita Popov a35c2a2067 Add column info to EOF errors
EOF errors are now located one past the end of the file.
2015-04-27 15:37:41 +02:00

10 lines
164 B
Plaintext

Error positions
-----
<?php foo
-----
Syntax error, unexpected EOF from 1:10 to 1:10
-----
<?php foo /* bar */
-----
Syntax error, unexpected EOF from 1:20 to 1:20