aboutsummaryrefslogtreecommitdiff
path: root/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json')
-rw-r--r--bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json b/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json
deleted file mode 100644
index 9b50ea2..0000000
--- a/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json
+++ /dev/null
@@ -1,15 +0,0 @@
-[
- {
- "description": "some languages do not distinguish between different types of numeric value",
- "schema": {
- "type": "integer"
- },
- "tests": [
- {
- "description": "a float is not an integer even without fractional part",
- "data": 1.0,
- "valid": false
- }
- ]
- }
-]