summaryrefslogtreecommitdiff
path: root/json/tests/draft6/optional/format/date-time.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft6/optional/format/date-time.json')
-rw-r--r--json/tests/draft6/optional/format/date-time.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/tests/draft6/optional/format/date-time.json b/json/tests/draft6/optional/format/date-time.json
index f4f9933..0911273 100644
--- a/json/tests/draft6/optional/format/date-time.json
+++ b/json/tests/draft6/optional/format/date-time.json
@@ -119,12 +119,12 @@
"valid": false
},
{
- "description": "non-ascii digits should be rejected in the date portion",
+ "description": "invalid non-ASCII '৪' (a Bengali 4) in date portion",
"data": "1963-06-1৪T00:00:00Z",
"valid": false
},
{
- "description": "non-ascii digits should be rejected in the time portion",
+ "description": "invalid non-ASCII '৪' (a Bengali 4) in time portion",
"data": "1963-06-11T0৪:00:00Z",
"valid": false
}