aboutsummaryrefslogtreecommitdiffstats
path: root/test/json
Commit message (Expand)AuthorAgeFilesLines
* [flori/json] skip TruffleRubyHiroshi SHIBATA2023-10-111-0/+3
* [flori/json] define_method is also private at Ruby 2.3 and 2.4Hiroshi SHIBATA2023-10-111-1/+1
* [flori/json] remove_method of Module is private at Ruby 2.3 and 2.4Hiroshi SHIBATA2023-10-111-3/+3
* Fixup 1851824b1c7b816e41b567b5310bb18ab6f9ff7aHiroshi SHIBATA2023-09-131-2/+2
* [flori/json] alias_method is private on Ruby 2.3 and 2.4Hiroshi SHIBATA2023-09-131-2/+2
* Prevent a warning: method redefined; discarding old includedYusuke Endoh2023-09-051-0/+2
* [flori/json] Removed code for Ruby 1.8Hiroshi SHIBATA2023-09-051-3/+1
* Remove --disable-gems in assert_in_out_errPeter Zhu2023-08-281-1/+1
* Use require_relative in JSON testsTakashi Kokubun2023-08-2510-10/+10
* [flori/json] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA2023-07-182-3/+6
* [flori/json] Skip unsupported test on JRubyNobuyoshi Nakada2023-07-181-1/+1
* [flori/json] Call `super` in `included` hookUfuk Kayserilioglu2023-05-241-0/+23
* [flori/json] test parsing of unicode, mixing literal characters with escapedEthan2022-07-291-0/+4
* [flori/json] Fix parser bug for empty string allocationAndrew Bromwich2022-05-201-0/+1
* [flori/json] Remove unknown keyword arg from DateTime.parseCharles Oliver Nutter2022-05-201-1/+1
* Prepare to release json-2.5.0Hiroshi SHIBATA2020-12-222-6/+2
* [json] Make json Ractor safeKenta Murata2020-12-211-0/+34
* [json] Stop using prototype objectsKenta Murata2020-12-211-36/+3
* SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2Hiroshi SHIBATA2020-12-041-4/+0
* test/json/json_parser_test.rb: suppress warningsYusuke Endoh2020-10-211-2/+2
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-10-201-1/+1
* Fix an issue with generate_pretty and empty objects in the Ruby and Java impl...Chris Seaton2020-10-201-0/+5
* Implement a freeze: parser optionJean Boussier2020-10-201-0/+21
* Remove unneeded `begin` and `end`Kazuhiro NISHIYAMA2020-09-301-6/+4
* Fix `Leaked tempfile`sKazuhiro NISHIYAMA2020-09-301-15/+3
* Remove unnecessary executable bit [ci skip]Kazuhiro NISHIYAMA2020-09-281-0/+0
* t/json/json_common_interface_test.rb: fix wrong indentationYusuke Endoh2020-09-251-1/+1
* Extract assert assertion to assert_include and assert_not_include.Hiroshi SHIBATA2020-09-251-1/+2
* assert_true is not provided by test-unitHiroshi SHIBATA2020-09-251-1/+1
* Fix pure parser with unclosed arrays / objects [Fix #314]Marc-Andre Lafortune2020-09-254-0/+4
* [test] properly 'skip' test on JRubyKarol Bucek2020-09-251-2/+1
* [flori/json] Add `load_file` and `load_file!` methods, with tests. Fixes ...Keith Bennett2020-09-251-0/+56
* Add an option to escape forward slash characterJean Boussier2020-09-252-0/+11
* test/json/json_fixtures_test.rb: Prevent an "out of range" warningYusuke Endoh2020-07-031-0/+3
* Reintroduce c565dfb09ad7d55fa671f65cea7088a914bf1931Yusuke Endoh2020-07-031-3/+3
* Merge json-2.3.1 from flori/jsonHiroshi SHIBATA2020-07-011-3/+3
* [flori/json] Fix test that wasn't testing anythingMarc-Andre Lafortune2020-07-011-1/+6
* test/json/test_helper.rb: Do not add a relative path to $LOAD_PATHYusuke Endoh2020-03-241-3/+3
* Import json-2.3.0 from flori/jsonHiroshi SHIBATA2019-12-121-0/+1
* Skip useless testNobuyoshi Nakada2019-11-291-1/+1
* Look up constant instead of caching in a globalAaron Patterson2019-10-171-0/+37
* [flori/json] fix test as reported in #343Florian Frank2019-10-141-1/+1
* [flori/json] Fixed unexpected illegal/malformed utf-8 errorNobuyoshi Nakada2019-10-141-0/+6
* Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA2019-06-011-12/+12
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-06-011-3/+3
* Merge json-2.2.0 from flori/json.hsbt2019-02-232-4/+10
* Fix JSON::Parser against bigdecimal updatesmrkn2018-12-021-2/+2
* require 'bigdecimal'ko12017-06-161-0/+1
* Merge json-2.1.0 from https://github.com/flori/jsonhsbt2017-06-161-0/+5
* Use `assert_raise` instead of `assert_raises`.hsbt2017-04-121-2/+2