From 884cd84722ab1c7d3ffcf18da86813a6c0e7aa31 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 1 Dec 2021 04:18:14 +0000 Subject: 49624: Expect the test 'All identifiers are variable references in POSIX arithmetic' to pass, as it has been passing since 49611. --- ChangeLog | 4 ++++ Test/E03posix.ztst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 78fc86749..76e753893 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2021-12-01 Daniel Shahaf + * 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. diff --git a/Test/E03posix.ztst b/Test/E03posix.ztst index 564afac29..b191199ad 100644 --- a/Test/E03posix.ztst +++ b/Test/E03posix.ztst @@ -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 -- cgit 1.4.1