aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-arith/arith.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shell/math: bash-compatible handling of too large numbersDenys Vlasenko2023-06-251-3/+3
| | | | | | | | | | function old new delta parse_with_base - 170 +170 evaluate_string 1477 1309 -168 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/1 up/down: 170/-168) Total: 2 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shell: enable more tests which are passing nowDenys Vlasenko2021-09-251-23/+22
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)Denys Vlasenko2021-09-251-5/+5
| | | | | | | function old new delta evaluate_string 945 988 +43 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-2/+2
|
* small ash testsuite, adapted from bashDenis Vlasenko2007-03-051-0/+302
(only a small part of it, actually)