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/stmt/class
Nikita Popov 7eac2cfd8b Introduce Nop statement to collect dangling comments
A Nop statement will be inserted into statement lists if there are
any trailing comments in the list (which would otherwise not be
associated with any node).

The pretty printer output currently still contains a superfluous
newline.
2016-03-09 19:48:36 +01:00
..
abstract.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
anonymous.test Add support for anonymous classes 2015-04-26 23:04:31 +02:00
conditional.test Guarantee that subnodes are always in the right order 2014-03-22 14:49:56 +01:00
final.test Guarantee that subnodes are always in the right order 2014-03-22 14:49:56 +01:00
implicitPublic.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
interface.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
modifier.test Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
name.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00
php4Style.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
simple.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
staticMethod.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00
trait.test Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00