We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9052674 commit f4a8c16Copy full SHA for f4a8c16
tests/testsuite/file_jsonc.rs
@@ -99,7 +99,8 @@ fn test_error_parse() {
99
100
assert!(res.is_err());
101
let err = res.unwrap_err().to_string();
102
- let expected_prefix = "Expected colon after the string or word in object property on line 4 column 1 in ";
+ let expected_prefix =
103
+ "Expected colon after the string or word in object property on line 4 column 1 in ";
104
assert!(
105
err.starts_with(expected_prefix),
106
"Error message does not start with expected prefix. Got: {}",
0 commit comments