summaryrefslogtreecommitdiff
path: root/test/json/json_ext_parser_test.rb
AgeCommit message (Expand)Author
2025-01-14[ruby/json] Refactor JSON::Ext::Parser to split configuration and parsing stateJean Boussier
2024-11-05[ruby/json] ResyncJean Boussier
2024-11-05[ruby/json] JSON::Ext::Parser mark the name cache entries when not on the heapJean Boussier
2024-10-26Use frozen string literalsÉtienne Barrié
2023-12-01[flori/json] Fix "unexpected token" offset for InfinityJohn Hawthorn
2023-08-25Use require_relative in JSON testsTakashi Kokubun
2016-07-13* test/lib/test/unit.rb: added test files with `_test` suffix for jsonhsbt