summaryrefslogtreecommitdiff
path: root/json/tests/draft3/optional/ecmascript-regex.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft3/optional/ecmascript-regex.json')
-rw-r--r--json/tests/draft3/optional/ecmascript-regex.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/json/tests/draft3/optional/ecmascript-regex.json b/json/tests/draft3/optional/ecmascript-regex.json
deleted file mode 100644
index 03fe977..0000000
--- a/json/tests/draft3/optional/ecmascript-regex.json
+++ /dev/null
@@ -1,18 +0,0 @@
-[
- {
- "description": "ECMA 262 regex dialect recognition",
- "schema": { "format": "regex" },
- "tests": [
- {
- "description": "[^] is a valid regex",
- "data": "[^]",
- "valid": true
- },
- {
- "description": "ECMA 262 has no support for lookbehind",
- "data": "(?<=foo)bar",
- "valid": false
- }
- ]
- }
-]