Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
7cb202af57f30476a56e75e83dad7ebfeb7ecf4e
/
.
/
json
/
tests
/
v1
/
format
/
ecmascript-regex.json
blob: 9d732b71102bd13a829f88126eda1556506d95b5 [
file
]
[
{
"description"
:
"\\a is not an ECMA 262 control escape"
,
"schema"
:
{
"$schema"
:
"https://json-schema.org/v1"
,
"format"
:
"regex"
},
"tests"
:
[
{
"description"
:
"when used as a pattern"
,
"data"
:
"\\a"
,
"valid"
:
false
}
]
}
]