PHP Classes

File: libs/Twig/test/Twig/Tests/Fixtures/tags/autoescape/double_escaping.test

Recommend this page to a friend!
  Classes of william amed   Raptor 2   libs/Twig/test/Twig/Tests/Fixtures/tags/autoescape/double_escaping.test   Download  
File: libs/Twig/test/Twig/Tests/Fixtures/tags/autoescape/double_escaping.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: 188 bytes
 

Contents

Class file image Download
--TEST-- "autoescape" tag does not double-escape --TEMPLATE-- {% autoescape 'html' %} {{ var|escape }} {% endautoescape %} --DATA-- return array('var' => '<br />') --EXPECT-- &lt;br /&gt;