mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 11:43:37 +08:00
7 lines
117 B
Plaintext
7 lines
117 B
Plaintext
|
#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)
|