fixed typo in a test fixture

git-svn-id: http://svn.twig-project.org/trunk@185 93ef8e89-cb99-4229-a87c-7fa0fa45744b
This commit is contained in:
fabien
2009-12-15 06:53:28 +00:00
parent 5c35e8a0d7
commit dfca5a153a
+1 -3
View File
@@ -1,11 +1,9 @@
--TEST--
"autoescape" tag does not escape when raw is used as a filter
"autoescape" tag does not escape when safe is used as a filter
--TEMPLATE--
{% autoescape on %}
{{ var|safe }}
{% endautoescape %}
{% autoescape on %}
{% endautoescape %}
--DATA--
return array('var' => '<br />')
--EXPECT--