Skip to content

Commit

Permalink
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
  • Loading branch information
Xotic750 authored and Xotic750 committed Jan 26, 2016
1 parent d9dc203 commit 812c95a
Show file tree
Hide file tree
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
Expand Up @@ -28,6 +28,7 @@
<script src="spec/s-object.js"></script>
<script src="spec/s-string.js"></script>
<script src="spec/s-regexp.js"></script>
<script src="spec/s-json.js"></script>


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


<script type="text/javascript">
Expand Down
Loading

0 comments on commit 812c95a

Please sign in to comment.