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 5a2478c commit a9d0ad3Copy full SHA for a9d0ad3
tests/errors.rs
@@ -27,7 +27,7 @@ fn test_error_parse() {
27
assert_eq!(
28
res.unwrap_err().to_string(),
29
format!(
30
- "failed to parse datetime for key `error` at line 2 column 9 in {}",
+ "invalid TOML value, did you mean to use a quoted string? at line 2 column 9 in {}",
31
path.display()
32
)
33
);
tests/file_toml.rs
@@ -86,7 +86,7 @@ fn test_error_parse() {
86
87
88
89
90
path_with_extension.display()
91
92
0 commit comments