added compilation checks to avoid misuses of the sandbox tag
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 3 Apr 2012 07:03:41 +0000 (09:03 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 3 Apr 2012 07:03:41 +0000 (09:03 +0200)
commit1f6e640d96c098373110a11e858eac536e75c158
tree3adc101dbfbf91ae6acddc82b581f7702c776fb6
parent2055f567f981d12d10d0f60d9c03c61ad0aac504
added compilation checks to avoid misuses of the sandbox tag
CHANGELOG
lib/Twig/NodeVisitor/Sandbox.php
test/Twig/Tests/Fixtures/tags/sandbox/not_valid1.test [new file with mode: 0644]
test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.rst [new file with mode: 0644]
test/Twig/Tests/Fixtures/tags/sandbox/simple.test [new file with mode: 0644]
test/Twig/Tests/integrationTest.php