This commit is contained in:
merelymyself
2022-09-21 13:15:45 +08:00
committed by Abin Simon
parent 411c9880d2
commit bc8745528d

View File

@@ -699,7 +699,9 @@ mod test {
let name = Name::new(&file_path, file_type);
assert_eq!(
"\'\"\'\\\'\'.txt\'".to_string().with(Color::AnsiValue(184)),
"\'\"\'\\\'\'.txt\'"
.to_string()
.with(Color::AnsiValue(184)),
name.render(
&colors,
&icons,