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:
parent
f287e0a2bc
commit
efa846341d
9 changed files with 37 additions and 49 deletions
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: "New Article Title"
|
||||
date: 2011-01-01
|
||||
layout: inner
|
||||
---
|
||||
|
||||
The Article Content
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: "New Article Title"
|
||||
date: 2011-01-01
|
||||
layout: inner_haml
|
||||
---
|
||||
|
||||
The Article Content
|
|
@ -1,3 +0,0 @@
|
|||
- wrap_layout :outer_haml do
|
||||
Inner
|
||||
= yield
|
|
@ -1,3 +0,0 @@
|
|||
Master
|
||||
= data.page.title
|
||||
= yield
|
|
@ -1,3 +0,0 @@
|
|||
- wrap_layout :master_haml do
|
||||
Outer
|
||||
= yield
|
Loading…
Add table
Add a link
Reference in a new issue