summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
},
{