mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 09:46:47 +08:00
36367e4882
Fish is always executed as ../test/root/bin/fish in these expect tests
28 lines
482 B
Plaintext
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
|