fish-shell/tests/set.err
ridiculousfish 669eafb55f Stop exporting empty variables as ENV_NULL
Localize the encoding of empty variables as ENV_NULL into the universal
variables component, and ensure they are not exported as ENV_NULL.

Fixes #4846
2018-03-24 23:42:09 -07:00

22 lines
457 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