Avoid creating unnecessary Twig_Markup instances, allows testing for falsiness of...
authorJordi Boggiano <j.boggiano@seld.be>
Fri, 17 Feb 2012 14:56:34 +0000 (15:56 +0100)
committerJordi Boggiano <j.boggiano@seld.be>
Fri, 17 Feb 2012 14:56:34 +0000 (15:56 +0100)
commite4590d0cd8cf2d8cca4b71cce11e335d4f6a753b
tree3bed17ff38cca61b94e901bcc10b99530d81b08e
parent4b1a8e2798cac8f1445ddf530fd3acf1f1ef7b85
Avoid creating unnecessary Twig_Markup instances, allows testing for falsiness of empty output
lib/Twig/Node/Set.php
lib/Twig/Template.php
test/Twig/Tests/Fixtures/tags/set/capture-empty.test [new file with mode: 0644]
test/Twig/Tests/Node/SetTest.php