php-parser/test/code/parser
Nikita Popov f42bbc2403 Avoid default action for error production
error is not necessarily going to have a semantic value, make sure
that the default action $$=$1 is not used.

Fixes #551.
2018-11-30 11:00:48 +01:00
..
errorHandling Avoid default action for error production 2018-11-30 11:00:48 +01:00
expr Add support for list reference assignments 2018-03-10 16:48:20 +01:00
scalar Flexible doc strings: Fix some issues, add more tests 2018-09-22 10:09:00 +02:00
stmt Merge branch '3.x' 2018-01-30 23:07:11 +01:00
blockComments.test Merge branch '3.x' 2017-10-01 16:55:54 +02:00
commentAtEndOfClass.test Store comment at end of class in Nop statement 2018-07-07 12:49:49 +02:00
comments.test Perform automated test update 2017-01-19 22:25:22 +01:00
exprStmtMode.test Add expression statement mode 2016-12-24 23:54:24 +01:00
semiReserved.test Store comment at end of class in Nop statement 2018-07-07 12:49:49 +02:00