summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-08-18 10:50:02 +0100
committerJulian Berman <Julian@GrayVines.com>2021-08-18 10:50:02 +0100
commit33d22e0d20b9c22ca3d9cdeae08243faf2a924ae (patch)
tree90f57c9ea96b5998a59623b68e656d5db403b55f
parentb2b6801fdc32d21de81b6effb8bb5d74c29a4926 (diff)
parent0fe6d845792049d67e25b452ca056689783358eb (diff)
downloadjsonschema-33d22e0d20b9c22ca3d9cdeae08243faf2a924ae.tar.gz
Merge commit '0fe6d845792049d67e25b452ca056689783358eb'
* commit '0fe6d845792049d67e25b452ca056689783358eb': Squashed 'json/' changes from bb2a20d3e..878b0ad5f
-rw-r--r--json/tests/draft-future/optional/ecmascript-regex.json2
-rw-r--r--json/tests/draft2019-09/optional/ecmascript-regex.json2
-rw-r--r--json/tests/draft2020-12/optional/ecmascript-regex.json2
-rw-r--r--json/tests/draft4/optional/ecmascript-regex.json2
-rw-r--r--json/tests/draft6/optional/ecmascript-regex.json2
-rw-r--r--json/tests/draft7/optional/ecmascript-regex.json2
6 files changed, 6 insertions, 6 deletions
diff --git a/json/tests/draft-future/optional/ecmascript-regex.json b/json/tests/draft-future/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/json/tests/draft-future/optional/ecmascript-regex.json
+++ b/json/tests/draft-future/optional/ecmascript-regex.json
@@ -8,7 +8,7 @@
"tests": [
{
"description": "matches in Python, but should not in jsonschema",
- "data": "abc\n",
+ "data": "abc\\n",
"valid": false
},
{
diff --git a/json/tests/draft2019-09/optional/ecmascript-regex.json b/json/tests/draft2019-09/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/json/tests/draft2019-09/optional/ecmascript-regex.json
+++ b/json/tests/draft2019-09/optional/ecmascript-regex.json
@@ -8,7 +8,7 @@
"tests": [
{
"description": "matches in Python, but should not in jsonschema",
- "data": "abc\n",
+ "data": "abc\\n",
"valid": false
},
{
diff --git a/json/tests/draft2020-12/optional/ecmascript-regex.json b/json/tests/draft2020-12/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/json/tests/draft2020-12/optional/ecmascript-regex.json
+++ b/json/tests/draft2020-12/optional/ecmascript-regex.json
@@ -8,7 +8,7 @@
"tests": [
{
"description": "matches in Python, but should not in jsonschema",
- "data": "abc\n",
+ "data": "abc\\n",
"valid": false
},
{
diff --git a/json/tests/draft4/optional/ecmascript-regex.json b/json/tests/draft4/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/json/tests/draft4/optional/ecmascript-regex.json
+++ b/json/tests/draft4/optional/ecmascript-regex.json
@@ -8,7 +8,7 @@
"tests": [
{
"description": "matches in Python, but should not in jsonschema",
- "data": "abc\n",
+ "data": "abc\\n",
"valid": false
},
{
diff --git a/json/tests/draft6/optional/ecmascript-regex.json b/json/tests/draft6/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/json/tests/draft6/optional/ecmascript-regex.json
+++ b/json/tests/draft6/optional/ecmascript-regex.json
@@ -8,7 +8,7 @@
"tests": [
{
"description": "matches in Python, but should not in jsonschema",
- "data": "abc\n",
+ "data": "abc\\n",
"valid": false
},
{
diff --git a/json/tests/draft7/optional/ecmascript-regex.json b/json/tests/draft7/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/json/tests/draft7/optional/ecmascript-regex.json
+++ b/json/tests/draft7/optional/ecmascript-regex.json
@@ -8,7 +8,7 @@
"tests": [
{
"description": "matches in Python, but should not in jsonschema",
- "data": "abc\n",
+ "data": "abc\\n",
"valid": false
},
{