summaryrefslogtreecommitdiffstats
path: root/tests/file_json5.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/file_json5.rs')
-rw-r--r--tests/file_json5.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_json5.rs b/tests/file_json5.rs
index 4bc17d7..a1cb733 100644
--- a/tests/file_json5.rs
+++ b/tests/file_json5.rs
@@ -84,7 +84,7 @@ fn test_error_parse() {
assert_eq!(
res.unwrap_err().to_string(),
format!(
- " --> 2:7\n |\n2 | ok: true␊\n | ^---\n |\n = expected null in {}",
+ " --> 2:7\n |\n2 | ok: true\n | ^---\n |\n = expected null in {}",
path_with_extension.display()
)
);