From 06487fd2623db8bcbcd6dd3a6609e62487762515 Mon Sep 17 00:00:00 2001 From: Xotic750 Date: Wed, 18 Nov 2015 02:56:41 +0100 Subject: [PATCH] Tests for `JSON#parse` and `JSON#stringify`. https://github.com/es-shims/es5-shim/issues/258 Ported the latest JSON3 test suite. Jasminize. --- tests/index.html | 2 +- tests/native.html | 2 +- tests/spec/s-json.js | 544 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 546 insertions(+), 2 deletions(-) create mode 100644 tests/spec/s-json.js diff --git a/tests/index.html b/tests/index.html index efbe63a2..43347dba 100644 --- a/tests/index.html +++ b/tests/index.html @@ -27,7 +27,7 @@ - + - +