added support for an array of templates to the "extends" tag
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 27 Aug 2011 12:33:01 +0000 (14:33 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 27 Aug 2011 18:34:02 +0000 (20:34 +0200)
commit4402ee2c1d8cac3fa9dd165dbfb10a58aeb38b52
tree67ea27f4b15e0a72dbdb8c307f79695d5a4bbf3b
parentc56dd32f571339bde32aab817548673fbe404add
added support for an array of templates to the "extends" tag
CHANGELOG
doc/templates.rst
lib/Twig/Node/Module.php
test/Twig/Tests/Fixtures/tags/inheritance/extends_as_array.test [new file with mode: 0644]
test/Twig/Tests/Node/ModuleTest.php