We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4067f commit c3fc7deCopy full SHA for c3fc7de
1 file changed
tests/cli.rs
@@ -173,7 +173,8 @@ mod cli {
173
174
// NOTE: styled terminal output is platform dependent, so convert to a
175
// common format, in this case HTML, to check
176
- //#[test]
+ #[ignore = "TODO: wait for proper colorization"]
177
+ #[test]
178
fn ambiguous_replace_ensure_styling() {
179
let styled_stderr = bad_replace_helper_styled("\t$1bad after");
180
let html_stderr =
0 commit comments