Denys Vlasenko
|
62e433131b
|
shell: enable more tests which are passing now
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2021-09-25 22:35:17 +02:00 |
|
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 |
|
Denys Vlasenko
|
f19e3c1c6c
|
shell: handle $((NUM++...) like bash does. Closes 10706
function old new delta
evaluate_string 680 729 +49
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2018-01-28 20:13:33 +01:00 |
|
Denis Vlasenko
|
b7aaae9052
|
hush: rename ->o_quote to ->o_escape
hush_test/hush-arith/*: new tests for arithmetic evaluation
|
2009-04-02 20:17:49 +00:00 |
|