summaryrefslogtreecommitdiff
path: root/tests/json_encoding_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use assert_raiseFlorian Frank2017-04-181-2/+2
|
* Raise exceptionFlorian Frank2017-04-181-0/+2
| | | | for incomplete unicode surrogates/character escape sequences
* Add frozen_string_literal: falseNobuyoshi Nakada2016-06-211-0/+1
| | | | When you change this to true, you may need to add more tests.
* 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