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
commit0fe6d845792049d67e25b452ca056689783358eb (patch)
tree49b77835a1b417b4261067980cd15f182c65586e
parentf29c81f3d812a0d82428c90f3623dc5fb5331b2c (diff)
downloadjsonschema-0fe6d845792049d67e25b452ca056689783358eb.tar.gz
Squashed 'json/' changes from bb2a20d3e..878b0ad5f
878b0ad5f properly escape this newline character - thanks Srikrishnan Suresh! git-subtree-dir: json git-subtree-split: 878b0ad5f016915572dab7a4543a045d38b7098e
-rw-r--r--tests/draft-future/optional/ecmascript-regex.json2
-rw-r--r--tests/draft2019-09/optional/ecmascript-regex.json2
-rw-r--r--tests/draft2020-12/optional/ecmascript-regex.json2
-rw-r--r--tests/draft4/optional/ecmascript-regex.json2
-rw-r--r--tests/draft6/optional/ecmascript-regex.json2
-rw-r--r--tests/draft7/optional/ecmascript-regex.json2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/draft-future/optional/ecmascript-regex.json b/tests/draft-future/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/tests/draft-future/optional/ecmascript-regex.json
+++ b/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/tests/draft2019-09/optional/ecmascript-regex.json b/tests/draft2019-09/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/tests/draft2019-09/optional/ecmascript-regex.json
+++ b/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/tests/draft2020-12/optional/ecmascript-regex.json b/tests/draft2020-12/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/tests/draft2020-12/optional/ecmascript-regex.json
+++ b/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/tests/draft4/optional/ecmascript-regex.json b/tests/draft4/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/tests/draft4/optional/ecmascript-regex.json
+++ b/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/tests/draft6/optional/ecmascript-regex.json b/tests/draft6/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/tests/draft6/optional/ecmascript-regex.json
+++ b/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/tests/draft7/optional/ecmascript-regex.json b/tests/draft7/optional/ecmascript-regex.json
index 6ed6cbe..fb02e99 100644
--- a/tests/draft7/optional/ecmascript-regex.json
+++ b/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
},
{