Update nested_layout tests to show that Haml still doesn't work right. Also updated Slim and ERb tests to verify ordering of output.

This commit is contained in:
Ben Hollis 2012-06-02 00:35:03 -07:00
parent f287e0a2bc
commit efa846341d
9 changed files with 37 additions and 49 deletions

View file

@ -1,3 +1,3 @@
- wrap_layout :outer_slim do
Inner
= yield
h3 Inner
== yield

View file

@ -1,3 +1,3 @@
Master
= data.page.title
= yield
h1 Master
p== data.page.title
div== yield

View file

@ -1,3 +1,3 @@
- wrap_layout :master_slim do
Outer
= yield
h2 Outer
== yield