We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54986c commit 518a3caCopy full SHA for 518a3ca
tests/file_json5.rs
@@ -84,7 +84,7 @@ fn test_error_parse() {
84
assert_eq!(
85
res.unwrap_err().to_string(),
86
format!(
87
- " --> 2:7\n |\n2 | ok: true␊\n | ^---\n |\n = expected null in {}",
+ " --> 2:7\n |\n2 | ok: true\n | ^---\n |\n = expected null in {}",
88
path_with_extension.display()
89
)
90
);
0 commit comments