1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/test/code/formatPreservation
Nikita Popov 98f7f39d1c Add named argument support
Not adding any explicit FPPP support, as I don't think add/remove
of names can be handled any better than full reformatting.
2020-08-09 17:37:44 +02: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 Canonicalize to PHP 8 comment token format 2020-06-27 18:53:09 +02: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 FPPP: Support catch without variable 2020-06-27 17:42:46 +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
match.test Fix file name 2020-07-22 18:30:00 +02:00
modifierChange.test Add constructor promotion support 2020-06-27 17:57:47 +02:00
namedArgs.test Add named argument support 2020-08-09 17:37:44 +02:00
nopCommentAtEnd.test Check for empty $append in safeAppend() 2018-07-07 12:34:07 +02:00
removalViaNull.test FPPP: Support catch without variable 2020-06-27 17:42:46 +02: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