2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-18 07:54:00 +00:00
fish-shell/tests/test2.in

7 lines
116 B
Text
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)