Skip to content

Commit ea7111d

Browse files
committed
test(patch-files): verify patch works
1 parent 1eb2f7b commit ea7111d

File tree

2 files changed

+647
-0
lines changed

2 files changed

+647
-0
lines changed

crates/cargo-test-support/src/compare.rs

+1
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ static E2E_LITERAL_REDACTIONS: &[(&str, &str)] = &[
216216
("[DOCTEST]", " Doc-tests"),
217217
("[PACKAGING]", " Packaging"),
218218
("[PACKAGED]", " Packaged"),
219+
("[PATCHING]", " Patching"),
219220
("[DOWNLOADING]", " Downloading"),
220221
("[DOWNLOADED]", " Downloaded"),
221222
("[UPLOADING]", " Uploading"),

0 commit comments

Comments
 (0)