summaryrefslogtreecommitdiff
path: root/json/tests/draft7/optional/ecmascript-regex.json
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-09-05 07:55:55 -0400
committerJulian Berman <Julian@GrayVines.com>2020-09-05 07:55:55 -0400
commitddcc2e23dfd1cd5c5e60403bca32b36bf2c2f50c (patch)
treea9db919dc2684a6a2f94c55376b6fa797dc2f28a /json/tests/draft7/optional/ecmascript-regex.json
parent702e9b4bf2e80923b0df6742dd3bf72cb9ef9ebb (diff)
parent1a4ea00149e70383506f24648bfb52a2278fe3f7 (diff)
downloadjsonschema-ddcc2e23dfd1cd5c5e60403bca32b36bf2c2f50c.tar.gz
Merge commit '1a4ea00149e70383506f24648bfb52a2278fe3f7' into master
* commit '1a4ea00149e70383506f24648bfb52a2278fe3f7': Squashed 'json/' changes from fce9e9b3..21555a85
Diffstat (limited to 'json/tests/draft7/optional/ecmascript-regex.json')
-rw-r--r--json/tests/draft7/optional/ecmascript-regex.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/json/tests/draft7/optional/ecmascript-regex.json b/json/tests/draft7/optional/ecmascript-regex.json
index b9412e0..6ed6cbe 100644
--- a/json/tests/draft7/optional/ecmascript-regex.json
+++ b/json/tests/draft7/optional/ecmascript-regex.json
@@ -1,16 +1,5 @@
[
{
- "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
- }
- ]
- },
- {
"description": "ECMA 262 regex $ does not match trailing newline",
"schema": {
"type": "string",