test/fixtures/complex_view.mustache in mustache-0.9.2 vs test/fixtures/complex_view.mustache in mustache-0.10.0

- old
+ new

@@ -9,8 +9,9 @@ <li><a href="{{url}}">{{name}}</a></li> {{/link}} {{/item}} </ul> {{/list}} -{{#empty}} + +{{^list}} <p>The list is empty.</p> -{{/empty}} +{{/list}} \ No newline at end of file