summaryrefslogtreecommitdiff
path: root/tests/json_encoding_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'trunk' of https://github.com/nobu/json into nobu-trunkFlorian Frank2016-06-071-0/+2
|\
| * Add frozen_string_literal: falseNobuyoshi Nakada2016-04-241-0/+1
| | | | | | | | When you change this to true, you may need to add more tests.
| * Use assert_raise consistentlyNobuyoshi Nakada2016-04-241-1/+1
| |
* | Treat ASCII_8BIT as UTF-8 by defaultFlorian Frank2016-06-031-3/+5
| |
* | Only support newer Rubies e. g. EncodingFlorian Frank2016-06-031-9/+1
| |
* | Declare encodingFlorian Frank2016-06-021-0/+1
|/
* Refactor tests and make pure parser greenFlorian Frank2015-06-151-0/+109