summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #486 from Shopify/uk-call-super-in-includedHEADmasterHiroshi SHIBATA2023-05-101-0/+23
|\
| * Call `super` in `included` hookUfuk Kayserilioglu2021-10-251-0/+23
* | Merge pull request #483 from notEthan/unicode_mixedHiroshi SHIBATA2022-06-141-0/+4
|\ \
| * | test parsing of unicode, mixing literal characters with escapedEthan2022-02-081-0/+4
* | | Fix parser bug for empty string allocationAndrew Bromwich2022-04-201-0/+1
|/ /
* | Remove unknown keyword arg from DateTime.parseCharles Oliver Nutter2021-12-011-1/+1
|/
* Use better condition for the old ruby versionsHiroshi SHIBATA2020-12-281-2/+2
* Skip tests with JRuby platformHiroshi SHIBATA2020-12-221-1/+1
* Guard for Ruby 3.0Hiroshi SHIBATA2020-12-221-1/+1
* Change the condition for RactorHiroshi SHIBATA2020-12-221-6/+1
* skip ractor_test with JRubyHiroshi SHIBATA2020-12-221-0/+1
* Import test assertions from ruby/rubyHiroshi SHIBATA2020-12-224-0/+1154
* [json] Make json Ractor safeKenta Murata2020-12-221-0/+34
* [json] Stop using prototype objectsKenta Murata2020-12-221-36/+3
* SortedSet was removed at a3db08d7b6ff119223f77e3df00b4f6deac971e2Hiroshi SHIBATA2020-12-151-4/+0
* t/json/json_common_interface_test.rb: fix wrong indentationYusuke Endoh2020-11-121-1/+1
* Remove unneeded `begin` and `end`Kazuhiro NISHIYAMA2020-11-121-6/+4
* Fix `Leaked tempfile`sKazuhiro NISHIYAMA2020-11-121-15/+3
* Extract assert assertion to assert_include and assert_not_include.Hiroshi SHIBATA2020-11-121-1/+2
* assert_true is not provided by test-unitHiroshi SHIBATA2020-11-121-1/+1
* Remove unnecessary executable bit [ci skip]Kazuhiro NISHIYAMA2020-11-121-0/+0
* test/json/json_parser_test.rb: suppress warningsYusuke Endoh2020-11-121-2/+2
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-11-121-1/+1
* Merge pull request #447 from Shopify/global-freeze-optionHiroshi SHIBATA2020-10-201-0/+21
|\
| * Implement a freeze: parser optionJean Boussier2020-09-151-0/+21
* | Fix an issue with generate_pretty and empty objects in the Ruby and Java impl...Chris Seaton2020-10-071-0/+5
|/
* Merge pull request #425 from marcandre/fix_pure_parserHiroshi SHIBATA2020-08-144-0/+4
|\
| * Fix pure parser with unclosed arrays / objects [Fix #314]Marc-Andre Lafortune2020-06-304-0/+4
* | Merge pull request #405 from Shopify/escape-slash-2.3.0NARUSE, Yui2020-07-312-0/+11
|\ \
| * | Add an option to escape forward slash characterJean Boussier2020-07-042-0/+11
* | | [test] properly 'skip' test on JRubyKarol Bucek2020-07-071-2/+1
|/ /
* | Merge pull request #432 from mame/prevent-warning-during-testHiroshi SHIBATA2020-07-031-0/+3
|\ \
| * | test/json/json_fixtures_test.rb: Prevent an "out of range" warningYusuke Endoh2020-07-031-0/+3
* | | Do not add a relative path to $LOAD_PATHYusuke Endoh2020-07-031-3/+3
|/ /
* | Add `load_file` and `load_file!` methods, with tests. Fixes issue #386.Keith Bennett2020-06-301-0/+56
|/
* Fix test that wasn't testing anythingMarc-Andre Lafortune2020-06-251-1/+6
* Make tests green on jrubyFlorian Frank2019-12-101-0/+1
* Skip useless testNobuyoshi Nakada2019-11-291-1/+1
* Fix JSON::Parser against bigdecimal updatesmrkn2019-10-311-2/+2
* [flori/json] Fixed unexpected illegal/malformed utf-8 errorNobuyoshi Nakada2019-10-311-0/+6
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-10-311-3/+3
* Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA2019-10-311-12/+12
* Look up constant instead of caching in a globalAaron Patterson2019-10-311-0/+37
* fix test as reported in #343Florian Frank2017-12-211-1/+1
* JSON marshalling support for Set and SortedSetJosh Kline2017-10-041-0/+10
* Merge branch 'master' of github.com:flori/jsonFlorian Frank2017-06-211-0/+1
|\
| * Added missing bigdecimal for its testSHIBATA Hiroshi2017-06-161-0/+1
* | simplecov breaks testing => removedFlorian Frank2017-06-211-4/+0
|/
* Use assert_raiseFlorian Frank2017-04-181-2/+2
* Merge branch 'test_bigdecimal_parsing' of https://github.com/xb/jsonFlorian Frank2017-04-181-0/+5
|\