From 022078c95a70529e4d1b904c71a64db432f05a08 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 | 571 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 573 insertions(+) create mode 100644 tests/spec/s-json.js diff --git a/tests/index.html b/tests/index.html index efbe63a2..ef5b901d 100644 --- a/tests/index.html +++ b/tests/index.html @@ -27,6 +27,7 @@ + +