busybox/shell/hush_test/hush-arith
Denys Vlasenko 1be73dd9ad shell: fix parsing of $(( (v)++ + NUM ))
function                                             old     new   delta
evaluate_string                                      988    1011     +23

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2021-09-26 13:29:25 +02:00
..
arith_nested1.right ash: parser: Add syntax stack for recursive parsing 2018-04-02 13:15:37 +02:00
arith_nested1.tests ash: parser: Add syntax stack for recursive parsing 2018-04-02 13:15:37 +02:00
arith-postinc.right shell: fix parsing of $(( (v)++ + NUM )) 2021-09-26 13:29:25 +02:00
arith-postinc.tests shell: fix parsing of $(( (v)++ + NUM )) 2021-09-26 13:29:25 +02:00
arith.right shell: enable more tests which are passing now 2021-09-25 22:35:17 +02:00
arith.tests shell: enable more tests which are passing now 2021-09-25 22:35:17 +02:00
arith1.sub shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) 2021-09-25 22:04:45 +02:00
arith2.sub shell: enable more tests which are passing now 2021-09-25 22:35:17 +02:00