ruby/test/json
Ufuk Kayserilioglu 12dfd9d1c9
[flori/json] Call super in included hook
The C extension defines an `included` hook for the
`JSON::Ext::Generator::GeneratorMethods::String` module but neglects to
call `super` in the hook. This can break the functionality of various
other code that rely on the fact that `included` on `Module` will always
be called.

cd8bbe56a3
2023-05-24 09:37:30 +09:00
..
fixtures
json_addition_test.rb [flori/json] Remove unknown keyword arg from DateTime.parse 2022-05-20 17:49:13 +09:00
json_common_interface_test.rb
json_encoding_test.rb
json_ext_parser_test.rb
json_fixtures_test.rb
json_generator_test.rb [flori/json] Call super in included hook 2023-05-24 09:37:30 +09:00
json_generic_object_test.rb
json_parser_test.rb [flori/json] test parsing of unicode, mixing literal characters with escaped 2022-07-29 19:10:10 +09:00
json_string_matching_test.rb
ractor_test.rb
test_helper.rb