mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Allow expanding aliases before keywords, improve hiding (#4858)
* Allow aliasing source * Add test * improve hiding * Finish adding tests * fix test
This commit is contained in:
@ -416,6 +416,7 @@ fn unlet_env_variable() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn unlet_nonexistent_variable() {
|
||||
let actual = nu!(
|
||||
cwd: ".",
|
||||
|
Reference in New Issue
Block a user