Escape HTML Entities #857
Annotations
10 errors
Run rake test JSON_COMPACT=1:
test/json/json_generator_test.rb#L538
<"[\"\\u00e9\\u0026\\u003c\\u003e\"]"> expected but was
<"[\"\\u00e9&<>\"]">.
|
Run rake test JSON_COMPACT=1:
test/json/json_generator_test.rb#L490
<"[\"\\/\"]"> expected but was
<"[\"/\"]">.
diff:
- ["\/"]
? -
+ ["/"]
|
Run rake test JSON_COMPACT=1:
test/json/json_generator_test.rb#L516
<"[\"\\u0026\"]"> expected but was
<"[\"&\"]">.
|
Run rake test JSON_COMPACT=1:
test/json/json_generator_test.rb#L244
NoMethodError: undefined method `escape_html_entities?' for #<JSON::Ext::Generator::State:0x13d5606c>
Did you mean? escape_slash?
/Users/runner/work/json/json/lib/json/ext/generator/state.rb:55:in `to_h'
/Users/runner/work/json/json/test/json/json_generator_test.rb:244:in `test_fast_state'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
|
Run rake test JSON_COMPACT=1:
test/json/json_generator_test.rb#L400
NoMethodError: undefined method `escape_html_entities?' for #<JSON::Ext::Generator::State:0x79e90571 @foo=:bar>
Did you mean? escape_slash?
/Users/runner/work/json/json/lib/json/ext/generator/state.rb:55:in `to_h'
/Users/runner/work/json/json/test/json/json_generator_test.rb:400:in `test_hash_likeness_set_string'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
|
Run rake test JSON_COMPACT=1:
test/json/json_generator_test.rb#L388
NoMethodError: undefined method `escape_html_entities?' for #<JSON::Ext::Generator::State:0x20be793a @foo=:bar>
Did you mean? escape_slash?
/Users/runner/work/json/json/lib/json/ext/generator/state.rb:55:in `to_h'
/Users/runner/work/json/json/test/json/json_generator_test.rb:388:in `test_hash_likeness_set_symbol'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
|
Run rake test JSON_COMPACT=1:
test/json/json_generator_test.rb#L407
NoMethodError: undefined method `escape_html_entities?' for #<JSON::Ext::Generator::State:0x5fafa76d>
Did you mean? escape_slash?
/Users/runner/work/json/json/lib/json/ext/generator/state.rb:55:in `to_h'
/Users/runner/work/json/json/test/json/json_generator_test.rb:407:in `test_json_state_to_h_roundtrip'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
|
Run rake test JSON_COMPACT=1:
test/json/json_generator_test.rb#L204
NoMethodError: undefined method `escape_html_entities?' for #<JSON::Ext::Generator::State:0x28295554>
Did you mean? escape_slash?
/Users/runner/work/json/json/lib/json/ext/generator/state.rb:55:in `to_h'
/Users/runner/work/json/json/test/json/json_generator_test.rb:204:in `test_pretty_state'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
|
Run rake test JSON_COMPACT=1:
test/json/json_generator_test.rb#L224
NoMethodError: undefined method `escape_html_entities?' for #<JSON::Ext::Generator::State:0x3fe24670>
Did you mean? escape_slash?
/Users/runner/work/json/json/lib/json/ext/generator/state.rb:55:in `to_h'
/Users/runner/work/json/json/test/json/json_generator_test.rb:224:in `test_safe_state'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyArray.java:2009:in `each'
org/jruby/RubyKernel.java:1426:in `catch'
org/jruby/RubyKernel.java:1421:in `catch'
|
Run rake test JSON_COMPACT=1
Process completed with exit code 1.
|
Loading