mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 02:25:14 +08:00
704517e237
Fixes #4321
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
|
|
####################
|
|
# Verify behavior of `set --show` given an invalid var name
|
|
$argle bargle: invalid var name
|
|
|
|
####################
|
|
# Verify behavior of `set --show`
|
|
|
|
####################
|
|
# Appending works
|
|
|
|
####################
|
|
# Prepending works
|
|
|
|
####################
|
|
# Appending and prepending at same time works
|
|
|
|
####################
|
|
# Setting local scope when no local scope of the var uses the closest scope
|