PHP Classes

File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/trim.test

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/trim.test   Download  
File: Library/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/trim.test
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 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