mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix test description mistake
This commit is contained in:
parent
b37434cfec
commit
b9d239761b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ describe Hamlit::HashParser do
|
|||
end
|
||||
|
||||
if RUBY_VERSION >= '2.1.0'
|
||||
describe '"foo" => bar' do
|
||||
describe '"foo": bar' do
|
||||
it { assert_parse({ 'foo' => '()' }, '"foo":()') }
|
||||
it { assert_parse({ 'foo' => 'nya' }, " 'foo': nya ") }
|
||||
it { assert_parse({ 'foo' => '()' }, ' { "foo":() , }') }
|
||||
|
|
Loading…
Reference in a new issue