aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-arith/arith.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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