mirror of
https://github.com/rust-lang/cargo.git
synced 2025-11-06 13:22:44 +00:00
add opening redact
This commit is contained in:
parent
8b038ebdf0
commit
78983534df
@ -278,6 +278,7 @@ static E2E_LITERAL_REDACTIONS: &[(&str, &str)] = &[
|
|||||||
("[PUBLISHED]", " Published"),
|
("[PUBLISHED]", " Published"),
|
||||||
("[BLOCKING]", " Blocking"),
|
("[BLOCKING]", " Blocking"),
|
||||||
("[GENERATED]", " Generated"),
|
("[GENERATED]", " Generated"),
|
||||||
|
("[OPENING]", " Opening"),
|
||||||
];
|
];
|
||||||
|
|
||||||
/// Normalizes the output so that it can be compared against the expected value.
|
/// Normalizes the output so that it can be compared against the expected value.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user