2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-30 22:03:29 +00:00
fish-shell/tests/test3.err
2019-04-09 20:10:57 +08:00

10 lines
218 B
Text

####################
# Path universal variables
####################
# Variable names in other commands
fish: for: Variable name 'a,b' is not valid. See `help identifiers`.
for a,b in y 1 z 3; echo $a,$b; end
^