fixed typo in a test fixture
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Tue, 15 Dec 2009 06:53:28 +0000 (06:53 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Tue, 15 Dec 2009 06:53:28 +0000 (06:53 +0000)
git-svn-id: http://svn.twig-project.org/trunk@185 93ef8e89-cb99-4229-a87c-7fa0fa45744b

test/fixtures/tags/autoescape/safe.test

index b8a7a37..9c45c0e 100644 (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--