summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/C01arith.ztst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst
index 8558d66a8..d431daae0 100644
--- a/Test/C01arith.ztst
+++ b/Test/C01arith.ztst
@@ -68,6 +68,14 @@
0:#, ## and $#
>117
+ print $((##))
+0:## without following character
+>0
+
+ print $((## ))
+0:## followed by a space
+>32
+
integer i
(( i = 3 + 5 * 1.75 ))
print $i