mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:14:56 +02:00
Aliasing math expression shows error earlier (#8779)
This commit is contained in:
@ -259,8 +259,8 @@ fn help_module_sorted_aliases() {
|
||||
"spam.nu",
|
||||
r#"
|
||||
module SPAM {
|
||||
export alias z = 'z'
|
||||
export alias a = 'a'
|
||||
export alias z = echo 'z'
|
||||
export alias a = echo 'a'
|
||||
}
|
||||
"#,
|
||||
)]);
|
||||
|
Reference in New Issue
Block a user