summaryrefslogtreecommitdiffstats
path: root/test/regress/i13
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/i13')
-rw-r--r--test/regress/i138
1 files changed, 8 insertions, 0 deletions
diff --git a/test/regress/i13 b/test/regress/i13
new file mode 100644
index 0000000..3ba343d
--- /dev/null
+++ b/test/regress/i13
@@ -0,0 +1,8 @@
+a=any;
+b="from $a";
+c='to $a';
+d=block;
+e="pass in";
+$d in $b $c
+f=" $b $c";
+$e${f}
OpenPOWER on IntegriCloud