Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Allow redact file size w/o fraction
`cargo clean` shows file size without fraction in summary when the size is lower than 1024. And we need to avoid matching things like `%2B%23..` found in other test cases, the trailing `\s` is added to regex.
- Loading branch information