1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/test/code/parser/errorHandling
Nikita Popov b9b45dd2bc Insert T_BAD_CHARACTER tokens for missing characters
The token stream should cover all characters in the original code,
insert a dummy token for missing illegal characters. We should
really be doing this in token_get_all() as well.
2019-06-30 11:43:48 +02:00
..
eofError.test Perform automated test update 2017-01-19 22:25:22 +01:00
lexerErrors.test Insert T_BAD_CHARACTER tokens for missing characters 2019-06-30 11:43:48 +02:00
recovery.test Revert "Recover from error inside alternative array deref syntax" 2019-05-24 22:58:13 +02:00