Skip to content

Commit cb25a4e

Browse files
authored
Merge pull request #134 from zloster/develop
Add optional check for non-ECMA 262 regular expressions
2 parents efb3c89 + 1e9db5e commit cb25a4e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
{
3+
"description": "ECMA 262 regex non-compliance",
4+
"schema": { "format": "regex" },
5+
"tests": [
6+
{
7+
"description": "ECMA 262 has no support for \\Z anchor from .NET",
8+
"data": "^\\S(|(.|\\n)*\\S)\\Z",
9+
"valid": false
10+
}
11+
]
12+
}
13+
]

0 commit comments

Comments
 (0)