PHP Classes

File: libs/Twig/test/Twig/Tests/Fixtures/exceptions/unclosed_tag.test

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/test/Twig/Tests/Fixtures/exceptions/unclosed_tag.test   Download  
File: libs/Twig/test/Twig/Tests/Fixtures/exceptions/unclosed_tag.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 312 bytes
 

Contents

Class file image Download
--TEST-- Exception for an unclosed tag --TEMPLATE-- {% block foo %} {% if foo %} {% for i in fo %} {% endfor %} {% endblock %} --EXCEPTION-- Twig_Error_Syntax: Unexpected tag name "endblock" (expecting closing tag for the "if" tag defined near line 4) in "index.twig" at line 16