summaryrefslogtreecommitdiff
path: root/tests/draft7/optional/ecmascript-regex.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/draft7/optional/ecmascript-regex.json')
-rw-r--r--tests/draft7/optional/ecmascript-regex.json2
1 files changed, 1 insertions, 1 deletions
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
},
{