1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 17:57:59 +01:00
PHP-Parser/test/code/parser/stmt/namespace
Nikita Popov 96cbd48df6 Improve error recovery quality
In particular, support recovering from a missing trailing semicolon,
while keeping the rest of the expression.
2016-04-20 16:47:50 +02:00
..
alias.test Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
braced.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
groupUse.test Update group use support 2015-08-20 16:42:49 +02:00
groupUseErrors.test Improve error recovery quality 2016-04-20 16:47:50 +02:00
invalidName.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00
mix.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00
name.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
nested.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00
notBraced.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
nsAfterHashbang.test Support hashbang before namespace declaration 2016-01-15 22:01:51 +01:00
outsideStmt.test Allow nop statements before namespace declaration 2016-04-16 21:39:49 +02:00
outsideStmtInvalid.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00