summaryrefslogtreecommitdiff
path: root/tests/draft-future/optional/format/ipv4.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/draft-future/optional/format/ipv4.json')
-rw-r--r--tests/draft-future/optional/format/ipv4.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/draft-future/optional/format/ipv4.json b/tests/draft-future/optional/format/ipv4.json
index e36a381..4d10927 100644
--- a/tests/draft-future/optional/format/ipv4.json
+++ b/tests/draft-future/optional/format/ipv4.json
@@ -43,6 +43,11 @@
"description": "value without leading zero is valid",
"data": "87.10.0.1",
"valid": true
+ },
+ {
+ "description": "non-ascii digits should be rejected",
+ "data": "1২7.0.0.1",
+ "valid": false
}
]
}