Blame 0001-drop-one-test-that-depends-on-ansi-to-html.patch

29820ed
From dcfeed4fc1b13bd13dd93b845f33fb776f85d965 Mon Sep 17 00:00:00 2001
29820ed
From: Fabio Valentini <decathorpe@gmail.com>
29820ed
Date: Fri, 12 Apr 2024 22:06:22 +0200
29820ed
Subject: [PATCH] drop one test that depends on ansi-to-html
29820ed
29820ed
---
29820ed
 tests/cli.rs | 2 ++
29820ed
 1 file changed, 2 insertions(+)
29820ed
29820ed
diff --git a/tests/cli.rs b/tests/cli.rs
29820ed
index 6bf78cc..f01808e 100644
29820ed
--- a/tests/cli.rs
29820ed
+++ b/tests/cli.rs
29820ed
@@ -180,6 +180,7 @@ mod cli {
29820ed
         "###);
29820ed
     }
29820ed
 
29820ed
+    /*
29820ed
     // NOTE: styled terminal output is platform dependent, so convert to a
29820ed
     // common format, in this case HTML, to check
29820ed
     #[test]
29820ed
@@ -194,6 +195,7 @@ mod cli {
29820ed
           ^^^^
29820ed
         "###);
29820ed
     }
29820ed
+    */
29820ed
 
29820ed
     #[test]
29820ed
     fn limit_replacements_file() -> Result<()> {
29820ed
-- 
29820ed
2.44.0
29820ed