PHP Classes

File: libs/Twig/test/Twig/Tests/Fixtures/filters/force_escape.test

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

Contents

Class file image Download
--TEST-- "escape" filter --TEMPLATE-- {% set foo %} foo<br /> {% endset %} {{ foo|e('html') -}} {{ foo|e('js') }} {% autoescape true %} {{ foo }} {% endautoescape %} --DATA-- return array() --EXPECT-- foo&lt;br /&gt; \x20\x20\x20\x20foo\x3Cbr\x20\x2F\x3E\x0A foo<br />