More comprehensive :suppress_eval testing.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@490 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-04-09 17:15:10 +00:00
parent b513b5231d
commit 94a75d2336
2 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,8 @@
<p></p>
<h1>Me!</h1>
<div id='foo'>
<p id='bar'>All</p>
<br />
<p class='baz'>This</p>
Should render
</div>

View File

@ -3,3 +3,8 @@
- puts "not even me!"
%p= "NO!"
%h1 Me!
#foo
%p#bar All
%br/
%p.baz This
Should render