mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Remove warning
The warning was: `:' after local variable is interpreted as binary operator even though it seems like symbol literal
This commit is contained in:
parent
08de01c82f
commit
0d5d38ad65
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ MESSAGE
|
|||
"%p(foo 'bar')" => "Invalid attribute list: \"(foo 'bar')\".",
|
||||
"%p(foo 'bar'\nbaz='bang')" => ["Invalid attribute list: \"(foo 'bar'\".", 1],
|
||||
"%p(foo='bar'\nbaz 'bang'\nbip='bop')" => ["Invalid attribute list: \"(foo='bar' baz 'bang'\".", 2],
|
||||
"%p{:foo => 'bar' :bar => 'baz'}" => :compile,
|
||||
"%p{'foo' => 'bar' 'bar' => 'baz'}" => :compile,
|
||||
"%p{:foo => }" => :compile,
|
||||
"%p{=> 'bar'}" => :compile,
|
||||
"%p{'foo => 'bar'}" => :compile,
|
||||
|
|
Loading…
Add table
Reference in a new issue