diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-28 09:22:57 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-28 09:22:57 +0000 |
| commit | ad03de84222bb2773d25b53e5fc862e44dd6f47c (patch) | |
| tree | f8eb0bb1ca3effb41119a9e505395f6ba8003752 /test/json/test_json.rb | |
| parent | 387c80ab833b36d1b804869f1053af29f7920be9 (diff) | |
| download | ruby-ad03de84222bb2773d25b53e5fc862e44dd6f47c.tar.gz ruby-ad03de84222bb2773d25b53e5fc862e44dd6f47c.tar.xz ruby-ad03de84222bb2773d25b53e5fc862e44dd6f47c.zip | |
* ext/json, lib/json, test/json: Update to JSON 1.1.2.
(RubyForge#15447)
* math.c: fix typo.
--
M ChangeLog
M math.c
M ext/json/ext/generator/generator.c
M ext/json/ext/parser/parser.rl
M ext/json/ext/parser/parser.c
M lib/json/version.rb
M lib/json/editor.rb
M lib/json/common.rb
M lib/json/pure/parser.rb
M test/json/test_json_unicode.rb
M test/json/test_json_fixtures.rb
M test/json/test_json_generate.rb
M test/json/test_json_addition.rb
M test/json/test_json.rb
M test/json/runner.rb
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/json/test_json.rb')
| -rwxr-xr-x | test/json/test_json.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/json/test_json.rb b/test/json/test_json.rb index 2be7b4a9a..2325c1006 100755 --- a/test/json/test_json.rb +++ b/test/json/test_json.rb @@ -7,7 +7,6 @@ class TC_JSON < Test::Unit::TestCase include JSON def setup - $KCODE = 'UTF8' @ary = [1, "foo", 3.14, 4711.0, 2.718, nil, [1,-2,3], false, true].map do |x| [x] end |
