fish-shell/tests/zero_based_array.err
Aaron Gyes 5615351f27 Revert "Update tests"
This reverts commit 36367e4882.
2018-11-28 06:27:21 -08:00

9 lines
199 B
Text

fish: array indices start at 1, not 0.
echo $foo[0]
^
fish: array indices start at 1, not 0.
echo $foo[ 0 ]
^
fish: array indices start at 1, not 0.
echo $foo[ 00 ]
^