Added a test case for last revision.

git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@169 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2006-11-26 23:42:44 +00:00
parent 2381911347
commit 4e645138c0
2 changed files with 5 additions and 0 deletions

View File

@ -31,3 +31,6 @@
<h1>Cool, eh?</h1> <h1>Cool, eh?</h1>
</div> </div>
<![endif]--> <![endif]-->
<!--[if gte IE5.2]>
Woah a period.
<![endif]-->

View File

@ -25,3 +25,5 @@
%p Block conditional comment %p Block conditional comment
%div %div
%h1 Cool, eh? %h1 Cool, eh?
/[if gte IE5.2]
Woah a period.