added the inline tag
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 23 Apr 2012 11:03:38 +0000 (13:03 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 23 Apr 2012 17:39:43 +0000 (19:39 +0200)
commit2fa8224be447b07447ac29ee3d0bd722521aacc3
tree5270e93347a7e4c1a8df726f8680c34dcf165cd5
parentf79a56b431a3e6afa66ac8799ee7e25838059328
added the inline tag
16 files changed:
CHANGELOG
doc/tags/index.rst
doc/tags/inline.rst [new file with mode: 0644]
lib/Twig/Environment.php
lib/Twig/Extension/Core.php
lib/Twig/Node/Include.php
lib/Twig/Node/Inline.php [new file with mode: 0644]
lib/Twig/Node/Module.php
lib/Twig/Node/SandboxedModule.php
lib/Twig/Parser.php
lib/Twig/TokenParser/Include.php
lib/Twig/TokenParser/Inline.php [new file with mode: 0644]
test/Twig/Tests/Fixtures/tags/inline/basic.test [new file with mode: 0644]
test/Twig/Tests/Fixtures/tags/inline/with_extends.test [new file with mode: 0644]
test/Twig/Tests/Node/ModuleTest.php
test/Twig/Tests/Node/SandboxedModuleTest.php