diff options
Diffstat (limited to 'crates/shirabe/tests/console/html_output_formatter_test.rs')
| -rw-r--r-- | crates/shirabe/tests/console/html_output_formatter_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/console/html_output_formatter_test.rs b/crates/shirabe/tests/console/html_output_formatter_test.rs index af75551..2274ffe 100644 --- a/crates/shirabe/tests/console/html_output_formatter_test.rs +++ b/crates/shirabe/tests/console/html_output_formatter_test.rs @@ -7,7 +7,7 @@ use shirabe_external_packages::symfony::console::formatter::{ }; #[test] -#[ignore = "HtmlOutputFormatter::format uses a regex pattern the regex crate cannot compile (backreferences)"] +#[ignore] fn test_formatting() { let mut styles: IndexMap<String, Box<dyn OutputFormatterStyleInterface>> = IndexMap::new(); styles.insert( |
