summaryrefslogtreecommitdiff
path: root/json/tests/draft6/optional/ecmascript-regex.json
blob: 08dc9360b870ec759477f8d987a9df115275c735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
    {
        "description": "ECMA 262 regex non-compliance",
        "schema": { "format": "regex" },
        "tests": [
            {
                "description": "ECMA 262 has no support for \\Z anchor from .NET",
                "data": "^\\S(|(.|\\n)*\\S)\\Z",
                "valid": false
            }
        ]
    }
]