aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test2.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test2.in')
-rw-r--r--tests/test2.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test2.in b/tests/test2.in
new file mode 100644
index 00000000..a0c7ecbd
--- /dev/null
+++ b/tests/test2.in
@@ -0,0 +1,6 @@
+#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)