public
Rubygem
Fork of nex3/haml
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/chriseppstein/haml.git
Added a test case for last revision.


git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@169 
7063305b-7217-0410-af8c-cdc13e5119b9
nex3 (author)
Sun Nov 26 15:42:44 -0800 2006
commit  4e645138c0eb2e0c99d899a5fba4db3de98ca732
tree    0c9a05a1dece18296dc28ca2c643e130081f0bf4
parent  2381911347d476bdd45c1c66b22d29d589006cd4
...
31
32
33
 
 
 
...
31
32
33
34
35
36
0
@@ -31,3 +31,6 @@
0
     <h1>Cool, eh?</h1>
0
   </div>
0
 <![endif]-->
0
+<!--[if gte IE5.2]>
0
+ Woah a period.
0
+<![endif]-->
...
25
26
27
 
 
...
25
26
27
28
29
0
@@ -25,3 +25,5 @@
0
   %p Block conditional comment
0
   %div
0
     %h1 Cool, eh?
0
+/[if gte IE5.2]
0
+ Woah a period.

Comments

    No one has commented yet.