Skip to content

Commit 6913695

Browse files
authored
Update minLength.json
Updates the language for the test that verifies that one grapheme is too short when checked against minLength of 2
1 parent d545be2 commit 6913695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/draft2020-12/minLength.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"valid": true
2828
},
2929
{
30-
"description": "one supplementary Unicode code point is not long enough",
30+
"description": "one grapheme is not long enough",
3131
"data": "\uD83D\uDCA9",
3232
"valid": false
3333
}

0 commit comments

Comments
 (0)