Skip to content

Commit 64d5cab

Browse files
authored
Merge pull request #710 from spacether/patch-1
Updates min/maxLenth tests to mention graphemes rather than unicode code points
2 parents 217bf81 + 418cdbd commit 64d5cab

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

tests/draft-next/maxLength.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": "two supplementary Unicode code points is long enough",
30+
"description": "two graphemes is long enough",
3131
"data": "\uD83D\uDCA9\uD83D\uDCA9",
3232
"valid": true
3333
}

tests/draft-next/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
}

tests/draft2019-09/maxLength.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": "two supplementary Unicode code points is long enough",
30+
"description": "two graphemes is long enough",
3131
"data": "\uD83D\uDCA9\uD83D\uDCA9",
3232
"valid": true
3333
}

tests/draft2019-09/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
}

tests/draft2020-12/maxLength.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": "two supplementary Unicode code points is long enough",
30+
"description": "two graphemes is long enough",
3131
"data": "\uD83D\uDCA9\uD83D\uDCA9",
3232
"valid": true
3333
}

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
}

tests/draft3/maxLength.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"valid": true
2525
},
2626
{
27-
"description": "two supplementary Unicode code points is long enough",
27+
"description": "two graphemes is long enough",
2828
"data": "\uD83D\uDCA9\uD83D\uDCA9",
2929
"valid": true
3030
}

tests/draft3/minLength.json

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

tests/draft4/maxLength.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"valid": true
2525
},
2626
{
27-
"description": "two supplementary Unicode code points is long enough",
27+
"description": "two graphemes is long enough",
2828
"data": "\uD83D\uDCA9\uD83D\uDCA9",
2929
"valid": true
3030
}

tests/draft4/minLength.json

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

0 commit comments

Comments
 (0)