ruby/test/json
Jean Boussier 1d07deb422 [ruby/json] Raise a ParserError on all incomplete unicode escape sequence.
This was the behavior until `2.10.0` unadvertently changed it.

`"\u1"` would raise, but `"\u1zzz"` wouldn't.

7d0637b9e6
2025-03-12 18:02:09 +09:00
..
fixtures [ruby/json] Resync 2024-11-05 18:00:36 +01:00
json_addition_test.rb [ruby/json] Categorize deprecated warning 2024-11-06 23:31:30 +01:00
json_coder_test.rb Fix JSON::Coder to call as_json proc for NaN and Infinity 2025-02-06 16:02:03 +09:00
json_common_interface_test.rb [ruby/json] JSON.dump: write directly into the provided IO 2024-11-26 15:11:05 +09:00
json_encoding_test.rb Use frozen string literals 2024-10-26 18:44:15 +09:00
json_ext_parser_test.rb [ruby/json] Refactor JSON::Ext::Parser to split configuration and parsing state 2025-01-14 09:08:02 +01:00
json_fixtures_test.rb [ruby/json] Refactor JSONFixturesTest 2025-01-16 09:01:11 +09:00
json_generator_test.rb [ruby/json] Fix JSON::GeneratorError#detailed_message with Ruby < 3.2 2025-03-06 18:29:27 +09:00
json_generic_object_test.rb Refactor to omit JSON::GenericObject tests 2025-01-08 17:12:19 +09:00
json_parser_test.rb [ruby/json] Raise a ParserError on all incomplete unicode escape sequence. 2025-03-12 18:02:09 +09:00
json_string_matching_test.rb Use frozen string literals 2024-10-26 18:44:15 +09:00
ractor_test.rb json_pure: fix ractor compatibility 2024-10-26 18:44:15 +09:00
test_helper.rb [ruby/json] Appease ruby/ruby CI 2024-11-05 18:00:36 +01:00