summaryrefslogtreecommitdiff
path: root/json/tests/draft7/optional/format/ipv6.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft7/optional/format/ipv6.json')
-rw-r--r--json/tests/draft7/optional/format/ipv6.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/tests/draft7/optional/format/ipv6.json b/json/tests/draft7/optional/format/ipv6.json
index 6379927..94368f2 100644
--- a/json/tests/draft7/optional/format/ipv6.json
+++ b/json/tests/draft7/optional/format/ipv6.json
@@ -194,12 +194,12 @@
"valid": false
},
{
- "description": "non-ascii digits should be rejected",
+ "description": "invalid non-ASCII '৪' (a Bengali 4)",
"data": "1:2:3:4:5:6:7:৪",
"valid": false
},
{
- "description": "non-ascii digits should be rejected in the ipv4 portion also",
+ "description": "invalid non-ASCII '৪' (a Bengali 4) in the IPv4 portion",
"data": "1:2::192.16৪.0.1",
"valid": false
}