summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only support newer Rubies e. g. EncodingFlorian Frank2016-06-033-13/+1
* Test common interfaceFlorian Frank2016-06-031-1/+23
* Use better name for this featureFlorian Frank2016-06-021-3/+3
* Remove quirks modeFlorian Frank2016-06-024-9/+7
* Allow usage of simplecov with START_SIMPLECOV=1Florian Frank2016-06-021-0/+4
* Declare encodingFlorian Frank2016-06-022-0/+3
* Merge branch 'v1.8'Florian Frank2016-02-251-0/+15
|\
| * Check for existence of #to_json method before callFlorian Frank2016-02-251-1/+1
| * Remove permutation dependencyFlorian Frank2016-02-251-34/+0
| * Be gone…Florian Frank2016-02-251-13/+0
| * Add missing testsFlorian Frank2016-02-251-0/+24
* | Specify JSON module interfacerfc-7159-jsonFlorian Frank2015-06-151-2/+1
* | Disallow usage of symbolize_names and create_additionsFlorian Frank2015-06-152-4/+5
* | Refactor tests and make pure parser greenFlorian Frank2015-06-1516-759/+779
* | Remove generate restriction for […]/{…}Florian Frank2015-06-131-9/+3
* | Remove dependency on permutationFlorian Frank2015-06-131-14/+0
* | Move common setup into test_helper.rbFlorian Frank2015-06-139-16/+18
|/
* Make generator format test backwards compatibleMichael Mac-Vicar2015-01-091-1/+1
* Add test for format options used by the generatorMichael Mac-Vicar2015-01-091-0/+13
* Merge branch 'master' into zzak-ruby-2.2Florian Frank2015-01-021-0/+6
|\