From 4fac3a042baf75b31b7cc7d06ce9052d48ed9d92 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 4 Jun 2007 12:31:26 +0000 Subject: * lib/json.rb, lib/json, ext/json, test/json: import JSON library. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/json/fixtures/fail19.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/json/fixtures/fail19.json (limited to 'test/json/fixtures/fail19.json') diff --git a/test/json/fixtures/fail19.json b/test/json/fixtures/fail19.json new file mode 100644 index 000000000..3b9c46fa9 --- /dev/null +++ b/test/json/fixtures/fail19.json @@ -0,0 +1 @@ +{"Missing colon" null} \ No newline at end of file -- cgit