summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-08-02 08:54:12 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-08-02 16:40:16 +0200
commitf1e0f45a3a58b658fea8598585a884703223a64f (patch)
treee919622febf3704d4b7b2584d44c47d0b86d8452
parentb9dc670ce26fdd86b0862f9a2aad5de7c802d29d (diff)
Fix json5 test: Remove artifact character
I am not sure what happened that these tests suddenly fail, or where the artifact comes from... Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit 518a3cafa1e62ba7405709e5c508247e328e0a18)
-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()
)
);