PHP Classes

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

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

Contents

Class file image Download
--TEST-- "trim" filter --TEMPLATE-- {{ " I like Twig. "|trim }} {{ text|trim }} {{ " foo/"|trim("/") }} --DATA-- return array('text' => " If you have some <strong>HTML</strong> it will be escaped. ") --EXPECT-- I like Twig. If you have some &lt;strong&gt;HTML&lt;/strong&gt; it will be escaped. foo