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/errorHandling
Nikita Popov c79ea6d1d3 Support recovery from lexer errors
Lexer::startLexing() no longer throws, instead errors can be fetched
using Lexer::getErrors().

Lexer errors now also contain full line and position information.
2016-09-30 20:23:36 +02:00
..
eofError.test Improve error recovery quality 2016-04-20 16:47:50 +02:00
lexerErrors.test Support recovery from lexer errors 2016-09-30 20:23:36 +02:00
recovery.test Decrement errorState when recovering from -> error 2016-07-25 17:37:54 +02:00