php-parser/test/code/prettyPrinter
Nikita Popov 588e6a4d4c Add string kinds and doc string labels
Scalar\String_ and Scalar\Encapsed now have an additional "kind"
attribute, which may be one of:

 * String_::KIND_SINGLE_QUOTED
 * String_::KIND_DOUBLE_QUOTED
 * String_::KIND_NOWDOC
 * String_::KIND_HEREDOC

Additionally, if the string kind is one of the latter two, an
attribute "docLabel" is provided, which contains the doc string
label (STR in <<<STR) that was originally used.

The pretty printer will try to take the original kind of the string,
as well as the used doc string label into account.
2016-04-07 12:09:00 +09:00
..
expr Add string kinds and doc string labels 2016-04-07 12:09:00 +09:00
stmt Pretty printer test coverage 2016-02-20 21:49:21 +01:00
comments.test Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
inlineHTMLandPHPtest.file-test Add prettyPrintFile() method 2013-04-15 20:53:23 +02:00
onlyInlineHTML.file-test Add prettyPrintFile() method 2013-04-15 20:53:23 +02:00
onlyPHP.file-test Make canonicalization less aggressive 2016-04-05 10:37:45 +09:00