2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-16 06:54:03 +00:00
fish-shell/tests/test2.in
2010-09-18 10:18:26 +08:00

6 lines
116 B
Text

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