php-parser/test/code/parser/stmt/namespace
Nikita Popov a0c216bf4b Add dumpComments option to NodeDumper
Adding this as an option to avoid breaking people's tests.

Some of the test results show pretty clearly that we are incorrectly
assigning the same comment multiple times for nested nodes (mentioned
in #36).
2016-03-09 19:48:36 +01: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 Update group use support 2015-08-20 16:42:49 +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 Distinguish declare(); and declare(){} 2015-12-07 12:12:00 +01:00
outsideStmtInvalid.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00