mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-05 01:06:34 +02:00
793f45e916
* tests/expr/expr.pl: Add tests to verify that short-circuit evaluation of | and & correctly skips parenthesized dead branches, including nested parenthesized expressions containing division by zero. https://github.com/uutils/coreutils/pull/11395 https://github.com/coreutils/coreutils/pull/238