Skip to content

Commit

Permalink
Tests for JSON#parse and JSON#stringify.
Browse files Browse the repository at this point in the history
#258

Ported the latest JSON3 test suite.

Jasminize.
  • Loading branch information
Xotic750 committed Nov 18, 2015
1 parent 8584079 commit 06487fd
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +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">
(function() {
Expand Down
2 changes: 1 addition & 1 deletion tests/native.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +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">
(function() {
Expand Down
Loading

0 comments on commit 06487fd

Please sign in to comment.