summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Actually test BigDecimal parsing.Xuân Baldauf2017-03-191-0/+5
* | Raise exceptionFlorian Frank2017-04-181-0/+2
|/
* Merge decimal_class patch by Michael JaschobFlorian Frank2016-09-231-2/+0
* Get rid of use of Bignum, obsolete nameNobuyoshi Nakada2016-09-091-2/+3
* Merge branch 'master' of github.com:flori/jsonFlorian Frank2016-07-261-3/+3
|\
| * Fix inconsistency usage for assertion methodsSHIBATA Hiroshi2016-07-141-3/+3
* | Fix issue #296 when parsing frozen stringsFlorian Frank2016-07-261-0/+7
* | Test parsing some simple singular valuesFlorian Frank2016-07-071-1/+12
|/
* And stay thereFlorian Frank2016-06-221-1/+0
* Add frozen_string_literal: falseNobuyoshi Nakada2016-06-218-0/+8
* Exception encodingNobuyoshi Nakada2016-06-211-0/+10
* Use assert_raise consistentlyNobuyoshi Nakada2016-06-215-47/+47
* Allow usage of simplecov with START_SIMPLECOV=1Florian Frank2016-06-071-0/+4
* Treat ASCII_8BIT as UTF-8 by defaultFlorian Frank2016-06-031-3/+5