Revert "Update tests"

This reverts commit 36367e4882.
This commit is contained in:
Aaron Gyes
2018-11-28 06:27:21 -08:00
parent fe67cc4f6e
commit 5615351f27
8 changed files with 19 additions and 19 deletions

View File

@@ -1,9 +1,9 @@
../test/root/bin/fish: array indices start at 1, not 0.
fish: array indices start at 1, not 0.
echo $foo[0]
^
../test/root/bin/fish: array indices start at 1, not 0.
fish: array indices start at 1, not 0.
echo $foo[ 0 ]
^
../test/root/bin/fish: array indices start at 1, not 0.
fish: array indices start at 1, not 0.
echo $foo[ 00 ]
^