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.
2 parents 8009105 + 32cdb26 commit 9441b91Copy full SHA for 9441b91
crates/cargo-test-support/src/compare.rs
@@ -171,7 +171,7 @@ fn add_common_redactions(subs: &mut snapbox::Redactions) {
171
.unwrap();
172
subs.insert(
173
"[FILE_SIZE]",
174
- regex!(r"(?<redacted>[0-9]+(\.[0-9]+)([a-zA-Z]i)?)B"),
+ regex!(r"(?<redacted>[0-9]+(\.[0-9]+)?([a-zA-Z]i)?)B\s"),
175
)
176
177
0 commit comments