mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-03 16:48:45 +00:00
36367e4882
Fish is always executed as ../test/root/bin/fish in these expect tests
27 lines
482 B
Text
27 lines
482 B
Text
|
|
####################
|
|
# 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
|