fixed several bugs in SimpleTokenParser (nested optional grammar, and support for...
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 26 Nov 2010 17:58:54 +0000 (18:58 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 26 Nov 2010 17:58:54 +0000 (18:58 +0100)
commita511b9bd64f2f5931822106194a1ee678569acb0
tree79f8d4b9b23cd728c089788e7d30ca2293632095
parent4bf33bf8e8ced198a24dd48399cd2cf10a0ed008
fixed several bugs in SimpleTokenParser (nested optional grammar, and support for , as a separator)
lib/Twig/Grammar/Constant.php
lib/Twig/Grammar/Optional.php
lib/Twig/SimpleTokenParser.php
test/Twig/Tests/SimpleTokenParserTest.php