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 d899ce7 commit 5db3ae2Copy full SHA for 5db3ae2
crates/cargo-test-support/src/compare.rs
@@ -164,6 +164,11 @@ fn add_common_redactions(subs: &mut snapbox::Redactions) {
164
regex!("; finished in (?<redacted>[0-9]+(\\.[0-9]+))s"),
165
)
166
.unwrap();
167
+ subs.insert(
168
+ "[FILE_NUM]",
169
+ regex!(r"\[(PACKAGED|REMOVED|SUMMARY)\] (?<redacted>[0-9]+) files"),
170
+ )
171
+ .unwrap();
172
subs.insert(
173
"[FILE_SIZE]",
174
regex!("(?<redacted>[0-9]+(\\.[0-9]+)([a-zA-Z]i)?)B"),
0 commit comments