mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
![]() Fix: https://github.com/ruby/json/issues/667 This is yet another behavior on which the various implementations differed, but the C implementation used to call `to_json` on String subclasses used as keys. This was optimized out in e125072130229e54a651f7b11d7d5a782ae7fb65 but there is an Active Support test case for it, so it's best to make all 3 implementation respect this behavior. |
||
---|---|---|
.. | ||
fixtures | ||
json_addition_test.rb | ||
json_common_interface_test.rb | ||
json_encoding_test.rb | ||
json_ext_parser_test.rb | ||
json_fixtures_test.rb | ||
json_generator_test.rb | ||
json_generic_object_test.rb | ||
json_parser_test.rb | ||
json_string_matching_test.rb | ||
ractor_test.rb | ||
test_helper.rb |