mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
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:
parent
2381911347
commit
4e645138c0
2 changed files with 5 additions and 0 deletions
|
@ -31,3 +31,6 @@
|
|||
<h1>Cool, eh?</h1>
|
||||
</div>
|
||||
<![endif]-->
|
||||
<!--[if gte IE5.2]>
|
||||
Woah a period.
|
||||
<![endif]-->
|
||||
|
|
|
@ -25,3 +25,5 @@
|
|||
%p Block conditional comment
|
||||
%div
|
||||
%h1 Cool, eh?
|
||||
/[if gte IE5.2]
|
||||
Woah a period.
|
||||
|
|
Loading…
Add table
Reference in a new issue