aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-arith/arith.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shell: enable more tests which are passing nowDenys Vlasenko2021-09-251-15/+15
| | | | 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>
* hush: fix more obscure ${var%...} casesDenys Vlasenko2010-05-221-8/+11
| | | | | | | | function old new delta add_till_closing_paren 313 359 +46 builtin_exit 48 47 -1 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: rename ->o_quote to ->o_escapeDenis Vlasenko2009-04-021-0/+302
hush_test/hush-arith/*: new tests for arithmetic evaluation