chore: update to ratatui v0.26.0

This commit is contained in:
Jack Wills
2024-02-05 22:11:49 +00:00
parent 5b28741631
commit d33dce3eec
6 changed files with 97 additions and 100 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ mod tests {
}
#[test]
// Use the escape codes to colorize the text
/// Use the escape codes to colorize the text
fn color_match_colorize() {
let result = log_sanitizer::colorize_logs(INPUT);
let expected = vec![Line {
@@ -136,7 +136,7 @@ mod tests {
}
#[test]
// Remove all escape ansi codes from given input
/// Remove all escape ansi codes from given input
fn color_match_remove_ansi() {
let result = log_sanitizer::remove_ansi(INPUT);
let expected = vec![Line {