diff options
| author | Bart Schaefer <schaefer@ipost.com> | 2021-04-13 21:30:06 -0700 |
|---|---|---|
| committer | Bart Schaefer <schaefer@ipost.com> | 2021-04-13 21:30:06 -0700 |
| commit | f85cb4504561df0b486e3e140d4c0434516a0f7f (patch) | |
| tree | 076e1c7ff63c0b59573f5f993e50b63791b7f651 /Test/D06subscript.ztst | |
| parent | unposted (cf. 48469): document oddness of ${emptystr[(i)]}. (diff) | |
| parent | 48487 (amended): Failure test for math evaluation oddity (diff) | |
| download | zsh-f85cb4504561df0b486e3e140d4c0434516a0f7f.tar zsh-f85cb4504561df0b486e3e140d4c0434516a0f7f.tar.gz zsh-f85cb4504561df0b486e3e140d4c0434516a0f7f.tar.bz2 zsh-f85cb4504561df0b486e3e140d4c0434516a0f7f.tar.lz zsh-f85cb4504561df0b486e3e140d4c0434516a0f7f.tar.xz zsh-f85cb4504561df0b486e3e140d4c0434516a0f7f.tar.zst zsh-f85cb4504561df0b486e3e140d4c0434516a0f7f.zip | |
Merge branch 'typesettounset' into declarednulldeclarednull
Adds 'setopt typeset_to_unset', documentation, failure tests for POSIX incompatibilies, etc.
Diffstat (limited to 'Test/D06subscript.ztst')
| -rw-r--r-- | Test/D06subscript.ztst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/D06subscript.ztst b/Test/D06subscript.ztst index c1a8d79cf..adbd398c4 100644 --- a/Test/D06subscript.ztst +++ b/Test/D06subscript.ztst @@ -289,3 +289,8 @@ F:Regression test for workers/42297 >14 24 >b b >b?rbaz foob?r + + i=1,3 + [[ ${a[$i]} = ${a[i]} ]] +0f:Math evaluation of commas in array subscripts +F:In math, (($i)) should be the same as ((i)), see workers/47748. |
