enhanced exceptions for unknown filters, functions, tests, and tags
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 7 Dec 2011 07:51:22 +0000 (08:51 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 7 Dec 2011 08:54:44 +0000 (09:54 +0100)
commit08bda72355689714ca0a6294ec61b58f611c345f
treede58222b6438e41ffecce3b2a83224ad9c2f870b
parent049f515c548be2aab0547d582130c4b98916c41d
enhanced exceptions for unknown filters, functions, tests, and tags
CHANGELOG
lib/Twig/Environment.php
lib/Twig/Node/Expression/Filter.php
lib/Twig/Node/Expression/Function.php
lib/Twig/Node/Expression/Test.php
lib/Twig/Parser.php
test/Twig/Tests/Node/Expression/FilterTest.php
test/Twig/Tests/Node/Expression/FunctionTest.php
test/Twig/Tests/Node/Expression/TestTest.php [new file with mode: 0644]
test/Twig/Tests/ParserTest.php