2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-18 16:04:04 +00:00
fish-shell/tests/set.err
2018-11-18 22:33:02 +01:00

29 lines
591 B
Text

####################
# 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
####################
# Exporting works
####################
# if/for/while scope
####################
# readonly vars
set: Tried to change the read-only variable 'status'