1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 18:28:25 +01:00
PHP-Parser/test/code/parser/stmt/namespace
Nikita Popov 098294beec Support !!positions parser test mode
And use it for the group use prefix position test that was
previously implemented as a separate test.
2016-11-23 22:36:48 +01:00
..
alias.test NodeDumper: Resolve type for include/use as well 2016-07-25 14:04:04 +02:00
braced.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
groupUse.test NodeDumper: Resolve type for include/use as well 2016-07-25 14:04:04 +02:00
groupUseErrors.test NodeDumper: Resolve type for include/use as well 2016-07-25 14:04:04 +02:00
groupUsePositions.test Support !!positions parser test mode 2016-11-23 22:36:48 +01:00
invalidName.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
mix.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
name.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
nested.test Graceful handling for "special" errors 2016-10-09 12:38:18 +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 Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00