json-schema-validator/test/JSON-Schema-Test-Suite/tests/draft4/optional/ecmascript-regex.json

14 lines
333 B
JSON

[
{
"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
}
]
}
]