Skip to content

Commit

Permalink
fix cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Jun 5, 2024
1 parent 94e2da3 commit 32768ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ partial_input:mxyz, expect one of :["y", "mon", "w", "d", "h", "m", "s", "ms", "
r#"
3ms-2ms
^
partial_input:-2ms, expect one of:["+", "*"], but find:-2ms"#
partial_input:-2ms, expect one of:['+', '*'], but find:-2ms"#
.trim()
);
}
Expand Down

0 comments on commit 32768ad

Please sign in to comment.