added an error when defining two blocks with the same name in a template (closes...
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 20 Apr 2012 09:17:22 +0000 (11:17 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 20 Apr 2012 09:17:22 +0000 (11:17 +0200)
commit0add6e23771bf44d8ee643c555597b87ae4a598b
treeb89d1f795b5ce1dd74ba7459a351bbd53eefe4b9
parent6cf147dc99574c75844933e298558777cc3fa194
added an error when defining two blocks with the same name in a template (closes #701)
CHANGELOG
lib/Twig/Parser.php
lib/Twig/TokenParser/Block.php
test/Twig/Tests/Fixtures/tags/block/block_unique_name.test [new file with mode: 0644]