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 committed Nov 19, 2015
1 parent 2a00600 commit c575356
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 @@ -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">
Expand Down
1 change: 1 addition & 0 deletions tests/native.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
Loading

0 comments on commit c575356

Please sign in to comment.