From 518a3cafa1e62ba7405709e5c508247e328e0a18 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 2 Aug 2022 08:54:12 +0200 Subject: 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 --- tests/file_json5.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) ); -- cgit v1.2.3