2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-27 04:05:08 +00:00
fish-shell/tests/test2.in
2019-11-25 13:07:15 +01:00

6 lines
116 B
Fish

#Tests complex parameter expansions
set a A
set aa AA
set aaa AAA
echo {$aa}a{1,2,3}(for a in 1 2 3; echo $a; end)