summaryrefslogtreecommitdiff
path: root/Test/A01grammar.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2020-03-26 20:54:37 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2020-03-26 20:54:37 +0000
commit2a9674862ecaf9b7b1b66178782d47e8445df325 (patch)
tree69b2003060115d100225ed5b93e772c78e5d8dfa /Test/A01grammar.ztst
parentfc286a7c11aa767cab203f1fe111133eac9056fa (diff)
downloadzsh-2a9674862ecaf9b7b1b66178782d47e8445df325.tar.gz
zsh-2a9674862ecaf9b7b1b66178782d47e8445df325.zip
45616: Remove token from count argument to repeat
Diffstat (limited to 'Test/A01grammar.ztst')
-rw-r--r--Test/A01grammar.ztst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst
index 0dbf468f6..35a04e7d5 100644
--- a/Test/A01grammar.ztst
+++ b/Test/A01grammar.ztst
@@ -557,6 +557,13 @@
>Hip hip hooray
>Hip hip hooray
+ repeat 2*2 print yeah
+0:Tokens in repeat argument
+>yeah
+>yeah
+>yeah
+>yeah
+
case bravo {
(alpha) print schmalpha
;;