Revert "Frontmatter parseing changes broke some whitespace in tests, but shouldn't be a regression"

This reverts commit 5e3ddbf988.
This commit is contained in:
Thomas Reynolds 2015-09-30 10:24:12 -07:00
parent 9686c1ec7a
commit 0698d7f5aa
5 changed files with 21 additions and 23 deletions

View file

@ -1,4 +1,4 @@
<% wrap_layout :outer do %>
Inner
<%= yield %>
<% end %>
Inner
<%= yield %>
<% end %>

View file

@ -1,4 +1,4 @@
<% wrap_layout :master do %>
Outer
<%= yield %>
<% end %>
Outer
<%= yield %>
<% end %>