mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
@@ -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 ]
|
||||
^
|
||||
|
||||
Reference in New Issue
Block a user