github: add 3.4 for CI #737
Annotations
4 errors
Run bundle exec rake:
test/json_gem/json_generator_test.rb#L191
<[[:allow_nan, false],
[:array_nl, ""],
[:ascii_only, false],
[:buffer_initial_length, 1024],
[:depth, 0],
[:indent, ""],
[:max_nesting, 0],
[:object_nl, ""],
[:space, ""],
[:space_before, ""]]> expected but was
<[[:allow_nan, false],
[:array_nl, ""],
[:as_json, false],
[:ascii_only, false],
[:buffer_initial_length, 1024],
[:depth, 0],
[:indent, ""],
[:max_nesting, 0],
[:object_nl, ""],
[:space, ""],
[:space_before, ""]]>.
diff:
[[:allow_nan, false],
[:array_nl, ""],
+ [:as_json, false],
[:ascii_only, false],
[:buffer_initial_length, 1024],
[:depth, 0],
[:indent, ""],
[:max_nesting, 0],
[:object_nl, ""],
[:space, ""],
[:space_before, ""]]
|
Run bundle exec rake:
test/json_gem/json_generator_test.rb#L147
<[[:allow_nan, false],
[:array_nl, "\n"],
[:ascii_only, false],
[:buffer_initial_length, 1024],
[:depth, 0],
[:indent, " "],
[:max_nesting, 100],
[:object_nl, "\n"],
[:space, " "],
[:space_before, ""]]> expected but was
<[[:allow_nan, false],
[:array_nl, "\n"],
[:as_json, false],
[:ascii_only, false],
[:buffer_initial_length, 1024],
[:depth, 0],
[:indent, " "],
[:max_nesting, 100],
[:object_nl, "\n"],
[:space, " "],
[:space_before, ""]]>.
diff:
[[:allow_nan, false],
[:array_nl, "\n"],
+ [:as_json, false],
[:ascii_only, false],
[:buffer_initial_length, 1024],
[:depth, 0],
[:indent, " "],
[:max_nesting, 100],
[:object_nl, "\n"],
[:space, " "],
[:space_before, ""]]
|
Run bundle exec rake:
test/json_gem/json_generator_test.rb#L169
<[[:allow_nan, false],
[:array_nl, ""],
[:ascii_only, false],
[:buffer_initial_length, 1024],
[:depth, 0],
[:indent, ""],
[:max_nesting, 100],
[:object_nl, ""],
[:space, ""],
[:space_before, ""]]> expected but was
<[[:allow_nan, false],
[:array_nl, ""],
[:as_json, false],
[:ascii_only, false],
[:buffer_initial_length, 1024],
[:depth, 0],
[:indent, ""],
[:max_nesting, 100],
[:object_nl, ""],
[:space, ""],
[:space_before, ""]]>.
diff:
[[:allow_nan, false],
[:array_nl, ""],
+ [:as_json, false],
[:ascii_only, false],
[:buffer_initial_length, 1024],
[:depth, 0],
[:indent, ""],
[:max_nesting, 100],
[:object_nl, ""],
[:space, ""],
[:space_before, ""]]
|
Run bundle exec rake
Process completed with exit code 1.
|
Loading