initial commit; version 22.5.12042
This commit is contained in:
3
tests/templates/inverted_section/InvertedSection.php
Normal file
3
tests/templates/inverted_section/InvertedSection.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo json_encode(array('repo' => array()));
|
1
tests/templates/inverted_section/inverted_section.json
Normal file
1
tests/templates/inverted_section/inverted_section.json
Normal file
@ -0,0 +1 @@
|
||||
{"repo":[]}
|
@ -0,0 +1,6 @@
|
||||
{{#repo}}
|
||||
<b>{{name}}</b>
|
||||
{{/repo}}
|
||||
{{^repo}}
|
||||
No repos :(
|
||||
{{/repo}}
|
1
tests/templates/inverted_section/inverted_section.txt
Normal file
1
tests/templates/inverted_section/inverted_section.txt
Normal file
@ -0,0 +1 @@
|
||||
No repos :(
|
Reference in New Issue
Block a user