From 06dae1fb12e48ff33d04c223666804c834bfa460 Mon Sep 17 00:00:00 2001 From: Xotic750 Date: Thu, 19 Nov 2015 00:12:57 +0100 Subject: [PATCH] Tests for `JSON#parse` and `JSON#stringify`. https://github.com/es-shims/es5-shim/issues/258 Add spec to html --- tests/index.html | 1 + tests/native.html | 1 + tests/spec/s-json.js | 573 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 575 insertions(+) create mode 100644 tests/spec/s-json.js diff --git a/tests/index.html b/tests/index.html index f09492d1..cdce5279 100644 --- a/tests/index.html +++ b/tests/index.html @@ -28,6 +28,7 @@ + +