busybox/shell/ash_test/ash-arith
Denys Vlasenko d84a604830 shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
function                                             old     new   delta
evaluate_string                                      945     988     +43

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2021-09-25 22:04:45 +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: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) 2021-09-25 22:04:45 +02:00
arith_nested1.right
arith_nested1.tests
arith-bash1.right
arith-bash1.tests
arith-for.right
arith-for.testsx
arith-postinc.right
arith-postinc.tests
arith.right shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) 2021-09-25 22:04:45 +02:00
arith.tests shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7) 2021-09-25 22:04:45 +02:00
README.ash

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