busybox/shell/ash_test/ash-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-bash1.right ash: support for && and || in [[ expr ]]; add testsuite checks 2008-03-25 07:49:43 +00:00
arith-bash1.tests ash: support for && and || in [[ expr ]]; add testsuite checks 2008-03-25 07:49:43 +00:00
arith-for.right fix accumulated whitespace and indentation damage 2007-03-20 11:30:28 +00:00
arith-for.testsx fix accumulated whitespace and indentation damage 2007-03-20 11:30:28 +00: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
README.ash

there is no support for (( )) constructs in ash