fish-shell/tests/test3.err

11 lines
218 B
Plaintext
Raw Normal View History

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