initial commit; version 22.5.12042
This commit is contained in:
3
tests/templates/double_section/DoubleSection.php
Normal file
3
tests/templates/double_section/DoubleSection.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo json_encode(array('t' => TRUE, 'two' => 'second'));
|
1
tests/templates/double_section/double_section.json
Normal file
1
tests/templates/double_section/double_section.json
Normal file
@ -0,0 +1 @@
|
||||
{"t":true,"two":"second"}
|
7
tests/templates/double_section/double_section.mustache
Normal file
7
tests/templates/double_section/double_section.mustache
Normal file
@ -0,0 +1,7 @@
|
||||
{{#t}}
|
||||
* first
|
||||
{{/t}}
|
||||
* {{two}}
|
||||
{{#t}}
|
||||
* third
|
||||
{{/t}}
|
3
tests/templates/double_section/double_section.txt
Normal file
3
tests/templates/double_section/double_section.txt
Normal file
@ -0,0 +1,3 @@
|
||||
* first
|
||||
* second
|
||||
* third
|
Reference in New Issue
Block a user