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,7 +0,0 @@
---
title: "New Article Title"
date: 2011-01-01
layout: inner
---
The Article Content

View file

@ -1,7 +0,0 @@
---
title: "New Article Title"
date: 2011-01-01
layout: inner_haml
---
The Article Content

View file

@ -1,3 +0,0 @@
- wrap_layout :outer_haml do
Inner
= yield

View file

@ -1,3 +0,0 @@
Master
= data.page.title
= yield

View file

@ -1,3 +0,0 @@
- wrap_layout :master_haml do
Outer
= yield