Re:Re: Behaviour of an empty conditional expression is undefined?

2023-02-24 Thread Qingsheng Huang
Thanks for the bug-fixing and pointing out my misunderstanding of builtin.  I find that conditional expressions like ``[[ 3+3 ]]'' sometimes triger the bug, though I cannot repeat it. I hope it also get fixed in the previous version. At 2023-02-23 23:23:11, "Chet Ramey" wrote: >On 2/2

Re: Behaviour of an empty conditional expression is undefined?

2023-02-24 Thread Chet Ramey
On 2/24/23 4:13 AM, Qingsheng Huang wrote: I find that conditional expressions like ``[[ 3+3 ]]'' sometimes triger the bug, though I cannot repeat it. I hope it also get fixed in the previous version. I can't reproduce it, either. An operand like `3+3' is just a string, and will return a 0 st