mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 06:24:01 +00:00
36367e4882
Fish is always executed as ../test/root/bin/fish in these expect tests
9 lines
250 B
Text
9 lines
250 B
Text
../test/root/bin/fish: array indices start at 1, not 0.
|
|
echo $foo[0]
|
|
^
|
|
../test/root/bin/fish: array indices start at 1, not 0.
|
|
echo $foo[ 0 ]
|
|
^
|
|
../test/root/bin/fish: array indices start at 1, not 0.
|
|
echo $foo[ 00 ]
|
|
^
|