php-parser/test/code/parser/scalar
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
..
constantString.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
docString.test Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
docStringNewlines.test Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
encapsedString.test Introduce Scalar\EncapsedStringPart 2015-12-03 22:55:07 +01:00
float.test Add dumpComments option to NodeDumper 2016-03-09 19:48:36 +01:00
int.test Revert "Make tests compatible with PHP 7" 2015-07-14 19:21:57 +02:00
magicConst.test Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
unicodeEscape.test Add support for unicode escape sequences 2015-06-13 20:51:02 +02:00