From e9c1433a99ca4eafb113ff7276cb8214f2111073 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 3 Apr 2012 09:07:04 +0200 Subject: [PATCH] renamed a test --- .../Tests/Fixtures/tags/sandbox/not_valid2.rst | 14 -------------- .../Tests/Fixtures/tags/sandbox/not_valid2.test | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.rst create mode 100644 test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.test diff --git a/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.rst b/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.rst deleted file mode 100644 index 3dcfa88..0000000 --- a/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.rst +++ /dev/null @@ -1,14 +0,0 @@ ---TEST-- -sandbox tag ---TEMPLATE-- -{%- sandbox %} - {%- include "foo.twig" %} - - {% if 1 %} - {%- include "foo.twig" %} - {% endif %} -{%- endsandbox %} ---TEMPLATE(foo.twig)-- -foo ---EXCEPTION-- -Twig_Error_Syntax: Only "include" tags are allowed within a "sandbox" section in "index.twig" at line 5 diff --git a/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.test b/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.test new file mode 100644 index 0000000..3dcfa88 --- /dev/null +++ b/test/Twig/Tests/Fixtures/tags/sandbox/not_valid2.test @@ -0,0 +1,14 @@ +--TEST-- +sandbox tag +--TEMPLATE-- +{%- sandbox %} + {%- include "foo.twig" %} + + {% if 1 %} + {%- include "foo.twig" %} + {% endif %} +{%- endsandbox %} +--TEMPLATE(foo.twig)-- +foo +--EXCEPTION-- +Twig_Error_Syntax: Only "include" tags are allowed within a "sandbox" section in "index.twig" at line 5 -- 1.7.2.5