Changeset View
Changeset View
Standalone View
Standalone View
src/parser/xhpast/__tests__/data/php-comments.php.test
| <?php | <?php | ||||
| # comment | # comment | ||||
| // comment | // comment | ||||
| /* comment */ | /* comment */ | ||||
| /** | /** | ||||
| * comment | * comment | ||||
| */ | */ | ||||
| /* unterminated comment | /* unterminated comment | ||||
| ~~~~~~~~~~ | ~~~~~~~~~~ | ||||
| pass | pass | ||||
| ~~~~~~~~~~ | ~~~~~~~~~~ | ||||
| { | + n_PROGRAM | ||||
| "tree": [ | + n_STATEMENT_LIST | ||||
| 9000, | + n_OPEN_TAG | ||||
| 0, | > <?php | ||||
| 8, | -------------------------------------------------------------------------------- | ||||
| [ | > T_OPEN_TAG <?php | ||||
| [ | > T_WHITESPACE \n\n | ||||
| 9006, | > T_COMMENT #_comment\n | ||||
| 0, | > T_COMMENT //_comment\n | ||||
| 0, | > T_COMMENT /*_comment_*/ | ||||
| [ | > T_WHITESPACE \n | ||||
| [ | > T_DOC_COMMENT /**\n_*_comment\n_*/ | ||||
| 9007, | > T_WHITESPACE \n | ||||
| 0, | > T_COMMENT /*_unterminated_comment\n | ||||
| 0 | |||||
| ] | |||||
| ] | |||||
| ] | |||||
| ] | |||||
| ], | |||||
| "stream": [ | |||||
| [ | |||||
| 373, | |||||
| 5 | |||||
| ], | |||||
| [ | |||||
| 377, | |||||
| 2 | |||||
| ], | |||||
| [ | |||||
| 371, | |||||
| 10 | |||||
| ], | |||||
| [ | |||||
| 371, | |||||
| 11 | |||||
| ], | |||||
| [ | |||||
| 371, | |||||
| 13 | |||||
| ], | |||||
| [ | |||||
| 377, | |||||
| 1 | |||||
| ], | |||||
| [ | |||||
| 372, | |||||
| 18 | |||||
| ], | |||||
| [ | |||||
| 377, | |||||
| 1 | |||||
| ], | |||||
| [ | |||||
| 371, | |||||
| 24 | |||||
| ] | |||||
| ] | |||||
| } | |||||