Skip to content

Commit 518a3ca

Browse files
committed
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 <[email protected]>
1 parent d54986c commit 518a3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/file_json5.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fn test_error_parse() {
8484
assert_eq!(
8585
res.unwrap_err().to_string(),
8686
format!(
87-
" --> 2:7\n |\n2 | ok: true\n | ^---\n |\n = expected null in {}",
87+
" --> 2:7\n |\n2 | ok: true\n | ^---\n |\n = expected null in {}",
8888
path_with_extension.display()
8989
)
9090
);

0 commit comments

Comments
 (0)