History log of /PHP-Parser/test/PhpParser/CodeParsingTest.php (Results 26 – 31 of 31)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 098294be 23-Nov-2016 Nikita Popov

Support !!positions parser test mode

And use it for the group use prefix position test that was
previously implemented as a separate test.


Revision tags: v3.0.0beta2
# f99a96e0 09-Oct-2016 Nikita Popov

Introduce ErrorHandler

Add ErrorHandler interface, as well as ErrorHandler\Throwing
and ErrorHandler\Collecting. The error handler is passed to
Parser::parse(). This supersedes the t

Introduce ErrorHandler

Add ErrorHandler interface, as well as ErrorHandler\Throwing
and ErrorHandler\Collecting. The error handler is passed to
Parser::parse(). This supersedes the throwOnError option.

NameResolver now accepts an ErrorHandler in the ctor.

show more ...


# f3c7dc9d 30-Sep-2016 Nikita Popov

Add Error::getMessageWithColumnInfo()


Revision tags: v3.0.0beta1, v2.1.1, v3.0.0alpha1, v2.1.0
# a0c216bf 09-Mar-2016 Nikita Popov

Add dumpComments option to NodeDumper

Adding this as an option to avoid breaking people's tests.

Some of the test results show pretty clearly that we are incorrectly
assigning t

Add dumpComments option to NodeDumper

Adding this as an option to avoid breaking people's tests.

Some of the test results show pretty clearly that we are incorrectly
assigning the same comment multiple times for nested nodes (mentioned
in #36).

show more ...


Revision tags: v2.0.1, v2.0.0, v2.0.0beta1, v1.4.1, v2.0.0alpha1, v1.4.0
# f2b7a315 20-Jun-2015 Nikita Popov

Rename ParserInterface to Parser

And drop the alias of Parser to Parser\Php5.


# d8312a09 20-Jun-2015 Nikita Popov

Split parsing tests into code tests and other stuff

And run the other stuff against Php5 and Php7 parsers.

Also move canonicalize() from CodeTestAbstract into a free-standing
fu

Split parsing tests into code tests and other stuff

And run the other stuff against Php5 and Php7 parsers.

Also move canonicalize() from CodeTestAbstract into a free-standing
function.

show more ...


12