fish-shell/tests/zero_based_array.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

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 ]
^