mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
100% Rcov
git-svn-id: svn://hamptoncatlin.com/haml/trunk@354 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
parent
b200bb4920
commit
0a9a2da0e2
1 changed files with 2 additions and 4 deletions
|
@ -568,9 +568,7 @@ END
|
||||||
|
|
||||||
flattened = (action == '~')
|
flattened = (action == '~')
|
||||||
|
|
||||||
if flattened && !defined?(Test::Unit)
|
warn(FLAT_WARNING) if flattened && !defined?(Test::Unit)
|
||||||
warn(FLAT_WARNING)
|
|
||||||
end
|
|
||||||
|
|
||||||
value_exists = !value.empty?
|
value_exists = !value.empty?
|
||||||
attributes_hash = "nil" unless attributes_hash
|
attributes_hash = "nil" unless attributes_hash
|
||||||
|
|
Loading…
Add table
Reference in a new issue