Move examples into the test fixtures.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
class InvertedSection {
|
||||
public $repo = array();
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{{#repo}}
|
||||
<b>{{name}}</b>
|
||||
{{/repo}}
|
||||
{{^repo}}
|
||||
No repos :(
|
||||
{{/repo}}
|
||||
@@ -0,0 +1 @@
|
||||
No repos :(
|
||||
Reference in New Issue
Block a user