Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests for JSON#parse and JSON#stringify.
Browse files Browse the repository at this point in the history
es-shims#258

Add spec to html
Xotic750 committed Nov 19, 2015
1 parent 2a00600 commit 98234b2
Showing 3 changed files with 575 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/index.html
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@
<script src="spec/s-number.js"></script>
<script src="spec/s-object.js"></script>
<script src="spec/s-string.js"></script>
<script src="spec/s-json.js"></script>


<script type="text/javascript">
1 change: 1 addition & 0 deletions tests/native.html
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@
<script src="spec/s-number.js"></script>
<script src="spec/s-object.js"></script>
<script src="spec/s-string.js"></script>
<script src="spec/s-json.js"></script>


<script type="text/javascript">
Loading

0 comments on commit 98234b2

Please sign in to comment.