fixed compilation of templates when the body of a child template is not empty
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 26 Jul 2011 06:02:51 +0000 (08:02 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 26 Jul 2011 06:02:51 +0000 (08:02 +0200)
commit7f5390a6a713342de829f4580a5f83b121e1dbfa
tree4c9169f6a605a20de078fc0ef229a07f6163069a
parent53eca627a64f04875dadf4304c64c7e18253a6a9
fixed compilation of templates when the body of a child template is not empty
CHANGELOG
lib/Twig/Node/Module.php
lib/Twig/Parser.php
test/Twig/Tests/Node/ModuleTest.php
test/Twig/Tests/Node/SandboxedModuleTest.php
test/Twig/Tests/ParserTest.php