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.

https://github.com/flori/json/commit/cd8bbe56a3
2023-05-24 09:37:30 +09:00
..
fixtures Fix pure parser with unclosed arrays / objects [Fix #314] 2020-09-25 17:28:42 +09:00
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 Remove unneeded `begin` and `end` 2020-09-30 15:55:07 +09:00
json_encoding_test.rb
json_ext_parser_test.rb
json_fixtures_test.rb test/json/json_fixtures_test.rb: Prevent an "out of range" warning 2020-07-03 11:47:09 +09:00
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 Prepare to release json-2.5.0 2020-12-22 19:44:27 +09:00
test_helper.rb Reintroduce c565dfb09a 2020-07-03 11:05:08 +09:00