mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
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:
+1
-3
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user