summaryrefslogtreecommitdiff
path: root/json/tests/draft6/optional/float-overflow.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft6/optional/float-overflow.json')
-rw-r--r--json/tests/draft6/optional/float-overflow.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/json/tests/draft6/optional/float-overflow.json b/json/tests/draft6/optional/float-overflow.json
deleted file mode 100644
index 52ff982..0000000
--- a/json/tests/draft6/optional/float-overflow.json
+++ /dev/null
@@ -1,13 +0,0 @@
-[
- {
- "description": "all integers are multiples of 0.5, if overflow is handled",
- "schema": {"type": "integer", "multipleOf": 0.5},
- "tests": [
- {
- "description": "valid if optional overflow handling is implemented",
- "data": 1e308,
- "valid": true
- }
- ]
- }
-]