index
:
delta/ruby-gems/json.git
MagLev-master
add-json-generic-object-loader-dumper
backport-ruby-core
be-compatible-with-ruby-2.2.1
brixen-master
fix-additions-problem-v1.5.5
fix-additions-problem-v1.6.8
fix-regex-stack-overflow
gh-pages
headius-jruby_perf_tweaks
jruby-fix-encoding
json-generic-from_hashes
luislavena-stop-polluting-load-path
master
merge-master-into-MagLev-master
merge-recent-ruby-changes
nobu-master
nobu-trunk
parsing-numbers-with-specified-number-classes
pick-ruby-core
prepare-3.0
raise-error-on-invalid-utf8
remove-generate-task-for-gemspec
replace-nan
rfc-7159-json
sferik-max_nesting
v1.2
v1.8
v2.0
workaround-rbx-encoding-issues
zzak-ruby-2.2
github.com: flori/json
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #432 from mame/prevent-warning-during-test
Hiroshi SHIBATA
2020-07-03
1
-0
/
+3
|
\
|
*
test/json/json_fixtures_test.rb: Prevent an "out of range" warning
Yusuke Endoh
2020-07-03
1
-0
/
+3
*
|
Do not add a relative path to $LOAD_PATH
Yusuke Endoh
2020-07-03
1
-3
/
+3
|
/
*
Add `load_file` and `load_file!` methods, with tests. Fixes issue #386.
Keith Bennett
2020-06-30
1
-0
/
+56
*
Fix test that wasn't testing anything
Marc-Andre Lafortune
2020-06-25
1
-1
/
+6
*
Make tests green on jruby
Florian Frank
2019-12-10
1
-0
/
+1
*
Skip useless test
Nobuyoshi Nakada
2019-11-29
1
-1
/
+1
*
Fix JSON::Parser against bigdecimal updates
mrkn
2019-10-31
1
-2
/
+2
*
[flori/json] Fixed unexpected illegal/malformed utf-8 error
Nobuyoshi Nakada
2019-10-31
1
-0
/
+6
*
Ignore warnings about ambiguous first argument of regexp with assert match.
Hiroshi SHIBATA
2019-10-31
1
-3
/
+3
*
Ignore warnings about ambiguous first argument with the negative integer.
Hiroshi SHIBATA
2019-10-31
1
-12
/
+12
*
Look up constant instead of caching in a global
Aaron Patterson
2019-10-31
1
-0
/
+37
*
fix test as reported in #343
Florian Frank
2017-12-21
1
-1
/
+1
*
JSON marshalling support for Set and SortedSet
Josh Kline
2017-10-04
1
-0
/
+10
*
Merge branch 'master' of github.com:flori/json
Florian Frank
2017-06-21
1
-0
/
+1
|
\
|
*
Added missing bigdecimal for its test
SHIBATA Hiroshi
2017-06-16
1
-0
/
+1
*
|
simplecov breaks testing => removed
Florian Frank
2017-06-21
1
-4
/
+0
|
/
*
Use assert_raise
Florian Frank
2017-04-18
1
-2
/
+2
*
Merge branch 'test_bigdecimal_parsing' of https://github.com/xb/json
Florian Frank
2017-04-18
1
-0
/
+5
|
\
|
*
Actually test BigDecimal parsing.
Xuân Baldauf
2017-03-19
1
-0
/
+5
*
|
Raise exception
Florian Frank
2017-04-18
1
-0
/
+2
|
/
*
Merge decimal_class patch by Michael Jaschob
Florian Frank
2016-09-23
1
-2
/
+0
*
Get rid of use of Bignum, obsolete name
Nobuyoshi Nakada
2016-09-09
1
-2
/
+3
*
Merge branch 'master' of github.com:flori/json
Florian Frank
2016-07-26
1
-3
/
+3
|
\
|
*
Fix inconsistency usage for assertion methods
SHIBATA Hiroshi
2016-07-14
1
-3
/
+3
*
|
Fix issue #296 when parsing frozen strings
Florian Frank
2016-07-26
1
-0
/
+7
*
|
Test parsing some simple singular values
Florian Frank
2016-07-07
1
-1
/
+12
|
/
*
And stay there
Florian Frank
2016-06-22
1
-1
/
+0
*
Add frozen_string_literal: false
Nobuyoshi Nakada
2016-06-21
8
-0
/
+8
*
Exception encoding
Nobuyoshi Nakada
2016-06-21
1
-0
/
+10
*
Use assert_raise consistently
Nobuyoshi Nakada
2016-06-21
5
-47
/
+47
*
Allow usage of simplecov with START_SIMPLECOV=1
Florian Frank
2016-06-07
1
-0
/
+4
*
Treat ASCII_8BIT as UTF-8 by default
Florian Frank
2016-06-03
1
-3
/
+5
*
Only support newer Rubies e. g. Encoding
Florian Frank
2016-06-03
3
-13
/
+1
*
Test common interface
Florian Frank
2016-06-03
1
-1
/
+23
*
Use better name for this feature
Florian Frank
2016-06-02
1
-3
/
+3
*
Remove quirks mode
Florian Frank
2016-06-02
4
-9
/
+7
*
Allow usage of simplecov with START_SIMPLECOV=1
Florian Frank
2016-06-02
1
-0
/
+4
*
Declare encoding
Florian Frank
2016-06-02
2
-0
/
+3
*
Merge branch 'v1.8'
Florian Frank
2016-02-25
1
-0
/
+15
|
\
|
*
Check for existence of #to_json method before call
Florian Frank
2016-02-25
1
-1
/
+1
|
*
Remove permutation dependency
Florian Frank
2016-02-25
1
-34
/
+0
|
*
Be gone…
Florian Frank
2016-02-25
1
-13
/
+0
|
*
Add missing tests
Florian Frank
2016-02-25
1
-0
/
+24
*
|
Specify JSON module interface
rfc-7159-json
Florian Frank
2015-06-15
1
-2
/
+1
*
|
Disallow usage of symbolize_names and create_additions
Florian Frank
2015-06-15
2
-4
/
+5
*
|
Refactor tests and make pure parser green
Florian Frank
2015-06-15
16
-759
/
+779
*
|
Remove generate restriction for […]/{…}
Florian Frank
2015-06-13
1
-9
/
+3
*
|
Remove dependency on permutation
Florian Frank
2015-06-13
1
-14
/
+0
*
|
Move common setup into test_helper.rb
Florian Frank
2015-06-13
9
-16
/
+18
|
/
[next]