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.
rustc
sleep
1 parent d61698d commit e948d75Copy full SHA for e948d75
crates/nu-cli/tests/commands/nu_highlight.rs
@@ -16,7 +16,7 @@ fn nu_highlight_where_row_condition() {
16
fn nu_highlight_aliased_external_resolved() {
17
let actual = nu!(r#"$env.config.highlight_resolved_externals = true
18
$env.config.color_config.shape_external_resolved = '#ffffff'
19
- alias fff = ^sleep
+ alias fff = ^rustc
20
('fff' | nu-highlight) has (ansi $env.config.color_config.shape_external_resolved)"#);
21
22
assert_eq!(actual.out, "true");
0 commit comments