Skip to content

Commit ca8319c

Browse files
committed
Fix \W test description
1 parent a01ae54 commit ca8319c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/draft2019-09/optional/ecmascript-regex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
]
155155
},
156156
{
157-
"description": "ECMA 262 \\w matches everything but ascii letters",
157+
"description": "ECMA 262 \\W matches everything but ascii letters",
158158
"schema": {
159159
"type": "string",
160160
"pattern": "^\\W$"

tests/draft4/optional/ecmascript-regex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
]
155155
},
156156
{
157-
"description": "ECMA 262 \\w matches everything but ascii letters",
157+
"description": "ECMA 262 \\W matches everything but ascii letters",
158158
"schema": {
159159
"type": "string",
160160
"pattern": "^\\W$"

tests/draft6/optional/ecmascript-regex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
]
155155
},
156156
{
157-
"description": "ECMA 262 \\w matches everything but ascii letters",
157+
"description": "ECMA 262 \\W matches everything but ascii letters",
158158
"schema": {
159159
"type": "string",
160160
"pattern": "^\\W$"

tests/draft7/optional/ecmascript-regex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
]
155155
},
156156
{
157-
"description": "ECMA 262 \\w matches everything but ascii letters",
157+
"description": "ECMA 262 \\W matches everything but ascii letters",
158158
"schema": {
159159
"type": "string",
160160
"pattern": "^\\W$"

0 commit comments

Comments
 (0)