Files
Mustache/test/fixtures/examples/nested_partials/NestedPartials.php
T
Justin Hileman 44b60e1bb8 Add a failing test for #167
Multiple levels of nested partials are only indented to the level of the first partial.
2013-09-26 09:48:29 -07:00

7 lines
61 B
PHP

<?php
class NestedPartials
{
public $val = 'FOURTH!';
}