1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/test/code/prettyPrinter
nikic 91f6880734 Improve pretty printing of empty statement lists
The pStmts() method now also includes the leading \n, however only
if the statement list is non-empty.
2014-03-27 12:31:21 +01:00
..
alias.test Add support for function and constant import (PHP 5.6) 2014-03-26 22:33:45 +01:00
call.test Add support for argument unpacking (PHP 5.6) 2014-03-26 18:42:46 +01:00
closure.test Better prededence and associativity handling in pretty printer 2012-10-31 17:34:06 +01:00
comments.test Pretty print namespaces in semicolon-style if possible 2013-01-15 18:21:42 +01:00
include.test Fix pretty printing of include expressions 2013-07-27 16:23:27 +02:00
inlineHTMLandPHPtest.file-test Add prettyPrintFile() method 2013-04-15 20:53:23 +02:00
namespaces.test Improve pretty printing of empty statement lists 2014-03-27 12:31:21 +01:00
numbers.test Correctly pretty print negative floats 2014-03-22 14:24:35 +01:00
onlyInlineHTML.file-test Add prettyPrintFile() method 2013-04-15 20:53:23 +02:00
onlyPHP.file-test Add prettyPrintFile() method 2013-04-15 20:53:23 +02:00
param.test Improve pretty printing of empty statement lists 2014-03-27 12:31:21 +01:00
parentheses.test Add support for pow operator (PHP 5.6) 2014-03-26 19:18:16 +01:00
switch.test Fix switch formatting 2012-10-31 17:46:48 +01:00