Skip to content

Commit

Permalink
Remove test suite changes that slipped through.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Feb 24, 2013
1 parent 112f3d6 commit 0a55cee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 26 deletions.
24 changes: 16 additions & 8 deletions json/tests/draft3/optional/bignum.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"description": "support for bignums",
"description": "integer",
"schema": {"type": "integer"},
"tests": [
{
Expand All @@ -11,15 +11,23 @@
]
},
{
"description": "float comparison with high precision",
"schema": {
"maximum": 972783798187987123879878123.18878137,
"exclusiveMaximum": true
},
"description": "number",
"schema": {"type": "number"},
"tests": [
{
"description": "comparison works for high numbers",
"data": 972783798187987123879878123.188781371,
"description": "a bignum is a number",
"data": 98249283749234923498293171823948729348710298301928331,
"valid": true
}
]
},
{
"description": "string",
"schema": {"type": "string"},
"tests": [
{
"description": "a bignum is not a string",
"data": 98249283749234923498293171823948729348710298301928331,
"valid": false
}
]
Expand Down
18 changes: 0 additions & 18 deletions json/tests/draft4/optional/jsregex.json

This file was deleted.

0 comments on commit 0a55cee

Please sign in to comment.