summaryrefslogtreecommitdiff
path: root/json/tests/draft2019-09/optional/ecmascript-regex.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft2019-09/optional/ecmascript-regex.json')
-rw-r--r--json/tests/draft2019-09/optional/ecmascript-regex.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/tests/draft2019-09/optional/ecmascript-regex.json b/json/tests/draft2019-09/optional/ecmascript-regex.json
index 764248f..c4886aa 100644
--- a/json/tests/draft2019-09/optional/ecmascript-regex.json
+++ b/json/tests/draft2019-09/optional/ecmascript-regex.json
@@ -290,7 +290,7 @@
]
},
{
- "description": "unicode semantics should be used for all pattern matching",
+ "description": "patterns always use unicode semantics with pattern",
"schema": { "pattern": "\\p{Letter}cole" },
"tests": [
{
@@ -405,7 +405,7 @@
]
},
{
- "description": "unicode semantics should be used for all patternProperties matching",
+ "description": "patterns always use unicode semantics with patternProperties",
"schema": {
"type": "object",
"patternProperties": {