From bdbdbbcc78f8318ec03c2bd8a827f39e3907d31f 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. --- tests/index.html | 2 +- tests/native.html | 2 +- tests/spec/s-json.js | 531 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 533 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 @@ - + - +