diff options
author | Peter Stephenson <pws@zsh.org> | 2013-11-07 15:19:07 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-11-07 15:19:07 +0000 |
commit | f77a7a5b18f0650d32e5e8dac1f1cb284a9e4690 (patch) | |
tree | 2cfeba444292386f17afa88237ceeaf20c1fdf67 /Test/C01arith.ztst | |
parent | 375115c7dfd6dff576915d25fe2ecdd381dd9d81 (diff) | |
download | zsh-f77a7a5b18f0650d32e5e8dac1f1cb284a9e4690.tar.gz zsh-f77a7a5b18f0650d32e5e8dac1f1cb284a9e4690.tar.xz zsh-f77a7a5b18f0650d32e5e8dac1f1cb284a9e4690.zip |
31937: zle -Fw uses widget semantics for file descriptor handler
Diffstat (limited to 'Test/C01arith.ztst')
-rw-r--r-- | Test/C01arith.ztst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst index 71c8a1969..c19135ce6 100644 --- a/Test/C01arith.ztst +++ b/Test/C01arith.ztst @@ -134,11 +134,11 @@ print $(( a = )) 1:empty assignment -?(eval):1: bad math expression: operand expected at `' +?(eval):1: bad math expression: operand expected at end of string print $(( 3, )) 1:empty right hand of comma -?(eval):1: bad math expression: operand expected at `' +?(eval):1: bad math expression: operand expected at end of string print $(( 3,,4 )) 1:empty middle of comma |