summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-10-07 16:36:14 -0400
committerJulian Berman <Julian@GrayVines.com>2019-10-07 16:36:14 -0400
commitcbb222c145b71abb51e743ad48083c8ba5fa0cdb (patch)
treef127cb34783157dd5b9253d2826152ef1e2a18bb
parent0cb551ab5fe6001134a9aa0baf73e890f4d9b7e3 (diff)
parent8012a786ff8ab4f57c8e128f458c4061540f1983 (diff)
downloadjsonschema-cbb222c145b71abb51e743ad48083c8ba5fa0cdb.tar.gz
Merge commit '8012a786ff8ab4f57c8e128f458c4061540f1983'
* commit '8012a786ff8ab4f57c8e128f458c4061540f1983': Squashed 'json/' changes from 2d554504..4e6c78b4
-rw-r--r--json/tests/draft2019-09/optional/ecmascript-regex.json8
-rw-r--r--json/tests/draft3/optional/ecmascript-regex.json (renamed from json/tests/draft3/optional/jsregex.json)0
-rw-r--r--json/tests/draft4/optional/ecmascript-regex.json8
-rw-r--r--json/tests/draft6/optional/ecmascript-regex.json8
-rw-r--r--json/tests/draft7/optional/ecmascript-regex.json8
5 files changed, 16 insertions, 16 deletions
diff --git a/json/tests/draft2019-09/optional/ecmascript-regex.json b/json/tests/draft2019-09/optional/ecmascript-regex.json
index 7a0cb77..d82e0fe 100644
--- a/json/tests/draft2019-09/optional/ecmascript-regex.json
+++ b/json/tests/draft2019-09/optional/ecmascript-regex.json
@@ -105,7 +105,7 @@
},
{
"description": "NKO DIGIT ZERO (as \\u escape) does not match",
- "data": "\\u07c0",
+ "data": "\u07c0",
"valid": false
}
]
@@ -129,7 +129,7 @@
},
{
"description": "NKO DIGIT ZERO (as \\u escape) matches",
- "data": "\\u07c0",
+ "data": "\u07c0",
"valid": true
}
]
@@ -186,7 +186,7 @@
},
{
"description": "latin-1 non-breaking-space does not match (unlike e.g. Python)",
- "data": "\\u00a0",
+ "data": "\u00a0",
"valid": false
}
]
@@ -205,7 +205,7 @@
},
{
"description": "latin-1 non-breaking-space matches (unlike e.g. Python)",
- "data": "\\u00a0",
+ "data": "\u00a0",
"valid": true
}
]
diff --git a/json/tests/draft3/optional/jsregex.json b/json/tests/draft3/optional/ecmascript-regex.json
index 03fe977..03fe977 100644
--- a/json/tests/draft3/optional/jsregex.json
+++ b/json/tests/draft3/optional/ecmascript-regex.json
diff --git a/json/tests/draft4/optional/ecmascript-regex.json b/json/tests/draft4/optional/ecmascript-regex.json
index 7a0cb77..d82e0fe 100644
--- a/json/tests/draft4/optional/ecmascript-regex.json
+++ b/json/tests/draft4/optional/ecmascript-regex.json
@@ -105,7 +105,7 @@
},
{
"description": "NKO DIGIT ZERO (as \\u escape) does not match",
- "data": "\\u07c0",
+ "data": "\u07c0",
"valid": false
}
]
@@ -129,7 +129,7 @@
},
{
"description": "NKO DIGIT ZERO (as \\u escape) matches",
- "data": "\\u07c0",
+ "data": "\u07c0",
"valid": true
}
]
@@ -186,7 +186,7 @@
},
{
"description": "latin-1 non-breaking-space does not match (unlike e.g. Python)",
- "data": "\\u00a0",
+ "data": "\u00a0",
"valid": false
}
]
@@ -205,7 +205,7 @@
},
{
"description": "latin-1 non-breaking-space matches (unlike e.g. Python)",
- "data": "\\u00a0",
+ "data": "\u00a0",
"valid": true
}
]
diff --git a/json/tests/draft6/optional/ecmascript-regex.json b/json/tests/draft6/optional/ecmascript-regex.json
index 7a0cb77..d82e0fe 100644
--- a/json/tests/draft6/optional/ecmascript-regex.json
+++ b/json/tests/draft6/optional/ecmascript-regex.json
@@ -105,7 +105,7 @@
},
{
"description": "NKO DIGIT ZERO (as \\u escape) does not match",
- "data": "\\u07c0",
+ "data": "\u07c0",
"valid": false
}
]
@@ -129,7 +129,7 @@
},
{
"description": "NKO DIGIT ZERO (as \\u escape) matches",
- "data": "\\u07c0",
+ "data": "\u07c0",
"valid": true
}
]
@@ -186,7 +186,7 @@
},
{
"description": "latin-1 non-breaking-space does not match (unlike e.g. Python)",
- "data": "\\u00a0",
+ "data": "\u00a0",
"valid": false
}
]
@@ -205,7 +205,7 @@
},
{
"description": "latin-1 non-breaking-space matches (unlike e.g. Python)",
- "data": "\\u00a0",
+ "data": "\u00a0",
"valid": true
}
]
diff --git a/json/tests/draft7/optional/ecmascript-regex.json b/json/tests/draft7/optional/ecmascript-regex.json
index 7a0cb77..d82e0fe 100644
--- a/json/tests/draft7/optional/ecmascript-regex.json
+++ b/json/tests/draft7/optional/ecmascript-regex.json
@@ -105,7 +105,7 @@
},
{
"description": "NKO DIGIT ZERO (as \\u escape) does not match",
- "data": "\\u07c0",
+ "data": "\u07c0",
"valid": false
}
]
@@ -129,7 +129,7 @@
},
{
"description": "NKO DIGIT ZERO (as \\u escape) matches",
- "data": "\\u07c0",
+ "data": "\u07c0",
"valid": true
}
]
@@ -186,7 +186,7 @@
},
{
"description": "latin-1 non-breaking-space does not match (unlike e.g. Python)",
- "data": "\\u00a0",
+ "data": "\u00a0",
"valid": false
}
]
@@ -205,7 +205,7 @@
},
{
"description": "latin-1 non-breaking-space matches (unlike e.g. Python)",
- "data": "\\u00a0",
+ "data": "\u00a0",
"valid": true
}
]