ruby/test/json
Jean Boussier d0020d58f4 [ruby/json] Fix duplicated key warning location
Followup: https://github.com/ruby/json/pull/818

Now the warning should point at the `JSON.parse` caller, and not
inside the json gem itself.

cd51557387
2025-07-28 09:39:12 +09:00
..
fixtures [ruby/json] Resync 2024-11-05 18:00:36 +01:00
json_addition_test.rb [ruby/json] Remove caller location assertions 2025-03-31 09:39:22 +09: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] Stop caching the generator state pointer 2025-04-30 08:12:41 +02:00
json_encoding_test.rb [ruby/json] Update json_encoding_test.rb 2025-05-19 11:19:17 +09:00
json_ext_parser_test.rb [ruby/json] Further improve parsing errors 2025-05-13 14:12:22 +09:00
json_fixtures_test.rb [ruby/json] Refactor JSONFixturesTest 2025-01-16 09:01:11 +09:00
json_generator_test.rb [ruby/json] Fix: generate_json_float to reserve enough memory for large negative floats. 2025-05-26 11:46:12 +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] Fix duplicated key warning location 2025-07-28 09:39:12 +09:00
json_string_matching_test.rb Use frozen string literals 2024-10-26 18:44:15 +09:00
ractor_test.rb [ruby/json] Update JSONInRactorTest to handle Ruby 3.5 Ractors. 2025-06-03 18:13:15 +09:00
test_helper.rb [ruby/json] Appease ruby/ruby CI 2024-11-05 18:00:36 +01:00