summaryrefslogtreecommitdiff
path: root/test/json/json_parser_test.rb
AgeCommit message (Expand)Author
2024-01-31[flori/json] Make OpenStruct support as optionalHiroshi SHIBATA
2023-10-11[flori/json] skip TruffleRubyHiroshi SHIBATA
2023-08-25Use require_relative in JSON testsTakashi Kokubun
2023-07-18[flori/json] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA
2022-07-29[flori/json] test parsing of unicode, mixing literal characters with escapedEthan
2022-05-20[flori/json] Fix parser bug for empty string allocationAndrew Bromwich
2020-10-21test/json/json_parser_test.rb: suppress warningsYusuke Endoh
2020-10-20strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-10-20Implement a freeze: parser optionJean Boussier
2020-09-25Add an option to escape forward slash characterJean Boussier
2019-06-01Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA
2018-12-02Fix JSON::Parser against bigdecimal updatesmrkn
2017-06-16require 'bigdecimal'ko1
2017-06-16Merge json-2.1.0 from https://github.com/flori/jsonhsbt
2016-08-01* ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.hsbt
2016-07-13* test/lib/test/unit.rb: added test files with `_test` suffix for jsonhsbt