aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-arith/arith2.sub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shell: handle $((NUM++...) like bash does. Closes 10706Denys Vlasenko2018-01-281-6/+6
| | | | | | | function old new delta evaluate_string 680 729 +49 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: rename ->o_quote to ->o_escapeDenis Vlasenko2009-04-021-0/+57
hush_test/hush-arith/*: new tests for arithmetic evaluation