We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sh
Shell
1 parent 82da923 commit 7727039Copy full SHA for 7727039
src/ui/mod.rs
@@ -88,7 +88,7 @@ mod test {
88
89
#[test]
90
fn get_ascii_colors_custom_language_no_custom_colors_no_true_color() {
91
- let colors = get_ascii_colors(&Some(Language::Sh), &Language::Rust, &[], false);
+ let colors = get_ascii_colors(&Some(Language::Shell), &Language::Rust, &[], false);
92
assert_eq!(colors.len(), 1);
93
assert_eq!(colors, vec![DynColors::Ansi(AnsiColors::Green)]);
94
}
0 commit comments