Skip to content

Instantly share code, notes, and snippets.

@dacort
Created November 14, 2009 00:00
Show Gist options
  • Save dacort/234280 to your computer and use it in GitHub Desktop.
Save dacort/234280 to your computer and use it in GitHub Desktop.
1)
'Yajl load should be able to parse from a string' FAILED
expected {"a"=>1234}
got {"a"=>1234}
(compared using eql?)
/Users/dpc/Downloads/src/yajl-ruby/spec/global/global_spec.rb:34:
2)
'Yajl load should be able to parse from an IO' FAILED
expected {"a"=>1234}
got {"a"=>1234}
(compared using eql?)
/Users/dpc/Downloads/src/yajl-ruby/spec/global/global_spec.rb:39:
3)
'Yajl load should be able to parse from a string with a block supplied' FAILED
expected {"a"=>1234}
got {"a"=>1234}
(compared using eql?)
/Users/dpc/Downloads/src/yajl-ruby/spec/global/global_spec.rb:44:
/Users/dpc/Downloads/src/yajl-ruby/spec/global/global_spec.rb:43:
4)
'Yajl load should be able to parse from an IO with a block supplied' FAILED
expected {"a"=>1234}
got {"a"=>1234}
(compared using eql?)
/Users/dpc/Downloads/src/yajl-ruby/spec/global/global_spec.rb:51:
/Users/dpc/Downloads/src/yajl-ruby/spec/global/global_spec.rb:50:
5)
'One-off JSON examples should parse numbers greater than 2,147,483,648' FAILED
expected {"id"=>2147483649}
got {"id"=>2147483649}
(compared using eql?)
/Users/dpc/Downloads/src/yajl-ruby/spec/parsing/one_off_spec.rb:60:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment