fish-shell/tests/test2.in

7 lines
116 B
Fish
Raw Normal View History

2010-09-18 02:18:26 +00:00
#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)