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:
Norman Clarke 2012-05-29 00:40:49 -03:00
parent 08de01c82f
commit 0d5d38ad65
1 changed files with 1 additions and 1 deletions

View File

@ -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,