fish-shell/tests/expansion.err
ridiculousfish 5947aa0171 Join variables by their delimiter in quoted expansion
This switches quoted expansion like "$foo" to use foo's delimiter instead of
space. The delimiter is space for normal variables and colonf or path variables.
Expansions like "$PATH" will now expand using ':'.
2018-10-19 17:35:36 -07:00

25 lines
379 B
Plaintext

fish: Invalid index value
echo "$foo[d]"
^
fish: Invalid index value
echo $foo[d]
^
fish: Invalid index value
echo ()[d]
^
####################
# Percent self
####################
# Catch your breath
fish: $) is not a valid variable in fish.
echo $$paren
^
####################
# Test tilde expansion
####################
# Test delimiters