php-parser/test/code/formatPreservation
Nikita Popov 46cbd9393a Place Nop nodes more precisely
If the Nop is created to collect comments, place it directly after
the comment, instead of at the next non-whitespace character.
2020-02-09 17:10:33 +01:00
..
addingPropertyType.test Add PHP 7.4 typed properties support 2019-01-05 21:34:25 +01:00
anonClasses.test Change test to use correct node type 2019-01-12 17:31:37 +01:00
array_spread.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
arrow_function.test [PHP 7.4] Add support for arrow functions (#602) 2019-05-09 14:17:28 +02:00
basic.test Rename abc1.test to basic.test 2017-12-01 23:15:50 +01:00
blockConversion.test FPPP: Fallback if we must insert a block 2017-12-26 15:41:38 +01:00
classMethodNop.test Place Nop nodes more precisely 2020-02-09 17:10:33 +01:00
comments.test FPPP: Fix comment indentation (#443) 2017-11-13 13:27:27 +01:00
emptyListInsertion.test FPPP: Support inserting into empty lists 2019-05-11 22:49:32 +02:00
fixup.test Rename abc1.test to basic.test 2017-12-01 23:15:50 +01:00
inlineHtml.test FPPP: Add broken InlineHTML test cases 2017-12-26 15:08:30 +01:00
insertionOfNullable.test Move leading space out of pStmt_Else 2017-10-06 14:56:59 +02:00
listInsertion.test Add support for union types 2019-11-08 14:45:32 +01:00
listInsertionIndentation.test FPPP: Fix indentation on list insertion 2018-01-25 22:08:40 +01:00
listRemoval.test Add support for union types 2019-11-08 14:45:32 +01:00
modifierChange.test FPPP: Support modifier changes (#428) 2017-10-25 22:27:29 +02:00
nopCommentAtEnd.test Check for empty $append in safeAppend() 2018-07-07 12:34:07 +02:00
removalViaNull.test Support format-preserving node removal 2017-01-21 17:52:50 +01:00
removingPropertyType.test Add PHP 7.4 typed properties support 2019-01-05 21:34:25 +01:00
traitAlias.test Fix trait alias to semi-reserved name parsing 2017-10-29 14:15:48 +01:00