1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

49624: Expect the test 'All identifiers are variable references in POSIX arithmetic' to pass, as it has been passing since 49611.

This commit is contained in:
Daniel Shahaf 2021-12-01 04:18:14 +00:00
parent 9cc6f8d8c9
commit 884cd84722
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
2021-12-01 Daniel Shahaf <d.s@daniel.shahaf.name>
* 49624: Test/E03posix.ztst: Expect the test 'All identifiers
are variable references in POSIX arithmetic' to pass, as it
has been passing since 49611.
* unposted: Doc/Zsh/zle.yo, Doc/ztexi.yo: Add whitespace and
comments. No functional change.

View file

@ -149,7 +149,7 @@ F:This may also need to apply to multibyte whitespace
><1>
ARGV0=sh $ZTST_testdir/../Src/zsh -c 'inf=42; echo $((inf))'
0f:All identifiers are variable references in POSIX arithmetic
0:All identifiers are variable references in POSIX arithmetic
F:POSIX has neither math functions nor floating point
>42