PHP Classes

File: libs/Twig/test/Twig/Tests/Fixtures/tags/raw/whitespace_control.test

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

Contents

Class file image Download
--TEST-- "raw" tag --TEMPLATE-- 1*** {%- raw %} {{ 'bla' }} {% endraw %} 1*** 2*** {%- raw -%} {{ 'bla' }} {% endraw %} 2*** 3*** {%- raw -%} {{ 'bla' }} {% endraw -%} 3*** 4*** {%- raw -%} {{ 'bla' }} {%- endraw %} 4*** 5*** {%- raw -%} {{ 'bla' }} {%- endraw -%} 5*** --DATA-- return array() --EXPECT-- 1*** {{ 'bla' }} 1*** 2***{{ 'bla' }} 2*** 3***{{ 'bla' }} 3*** 4***{{ 'bla' }} 4*** 5***{{ 'bla' }}5***