fish-shell/tests/expansion.err
Aaron Gyes 36367e4882 Update tests
Fish is always executed as ../test/root/bin/fish in these expect tests
2018-11-27 11:59:44 -08:00

28 lines
482 B
Plaintext

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