1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00

Set correct number of s/r conflicts

This commit is contained in:
Nikita Popov 2015-05-02 22:51:38 +02:00
parent 51ec2a25fe
commit a0e7d5e0aa

View File

@ -1,5 +1,5 @@
%pure_parser
%expect 2
%expect 6
%left T_INCLUDE T_INCLUDE_ONCE T_EVAL T_REQUIRE T_REQUIRE_ONCE
%left ','