mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Adding a failing test for empty whitespace lines.
git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@107 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
parent
f79bddb73e
commit
5a5914f852
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
- foo << " evaluate"
|
||||
= foo + " but now it should!"
|
||||
-# Woah crap a comment!
|
||||
|
||||
-# That was a line that shouldn't close everything.
|
||||
%ul.really.cool
|
||||
- ('a'..'f').each do |a|
|
||||
%li= a
|
||||
|
|
Loading…
Add table
Reference in a new issue