Skip to content

Commit e0a9e06

Browse files
committed
Updates all other tests to mention grapheme/graphemes
1 parent 6913695 commit e0a9e06

19 files changed

+49
-13
lines changed

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/JSON-Schema-Test-Suite.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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
}

0 commit comments

Comments
 (0)