[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@13.59.183.77: ~ $
--TEST--
Line whitespace trimming on tags (right side).
--TEMPLATE--
**{% if true ~%}    	    
foo{% endif %}**

**{{ 'foo' ~}}    	    
foo
**

**{# comment ~#}	    
	foo
**

**{% verbatim ~%}	    
    foo{% endverbatim %}**
--DATA--
return []
--EXPECT--
**
foo**

**foo
foo
**

**
	foo
**

**
    foo**

Filemanager

Name Type Size Permission Actions
trim_block.test File 881 B 0644
trim_delimiter_as_strings.test File 151 B 0644
trim_left.test File 285 B 0644
trim_line_left.test File 287 B 0644
trim_line_right.test File 305 B 0644
trim_right.test File 282 B 0644