about summary refs log tree commit diff
path: root/Test/C01arith.ztst
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-03-26 17:33:04 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-03-26 17:33:04 +0000
commit244f2a14fc2c0b9a57d782a290d17bc1a4299600 (patch)
treeb0292bfde2229c0f95d5bb319290974adba0e9f1 /Test/C01arith.ztst
parenta9293199ec03d0a941504b06b3f4f07d97626fef (diff)
downloadzsh-244f2a14fc2c0b9a57d782a290d17bc1a4299600.tar.gz
zsh-244f2a14fc2c0b9a57d782a290d17bc1a4299600.tar.xz
zsh-244f2a14fc2c0b9a57d782a290d17bc1a4299600.zip
18391: add tests for read builtin a few glob qualifiers, 17678 and 18015
Diffstat (limited to 'Test/C01arith.ztst')
-rw-r--r--Test/C01arith.ztst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst
index 0492a20aa..8558d66a8 100644
--- a/Test/C01arith.ztst
+++ b/Test/C01arith.ztst
@@ -98,3 +98,7 @@
   print $x
 0:assigning to scalar which contains non-math string
 >32
+
+  print $(( ))
+0:empty math parse e.g. $(( )) acts like a zero
+>0