fixed escaper when wrapping a Twig_Node_Print (the original class must be preserved)
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 2 Dec 2010 07:42:09 +0000 (08:42 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 2 Dec 2010 07:51:53 +0000 (08:51 +0100)
commitc79bb17c9372999f167e7a28d843357cad9908b7
tree465111a2e04bee0a09830c51cdd5cc337f27bef5
parent7f07cf0d57ee7c7a0ebb1aa995ab41a3e47d726d
fixed escaper when wrapping a Twig_Node_Print (the original class must be preserved)
lib/Twig/Node/SandboxedPrint.php
lib/Twig/NodeVisitor/Escaper.php
lib/Twig/NodeVisitor/Sandbox.php
test/Twig/Tests/Node/SandboxedPrintTest.php