aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var3.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: fix var3.testsDenys Vlasenko2016-10-021-0/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko2016-10-021-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: fix a=abc; c=c; echo ${a%${c}}Denys Vlasenko2010-05-211-1/+1
| | | | | | | | | | | function old new delta expand_vars_to_list 2229 2302 +73 add_till_closing_paren 286 313 +27 handle_dollar 623 574 -49 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 100/-49) Total: 51 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: add support for special vars in bracesMike Frysinger2009-06-011-1/+0
| | | | | | | Some people like to use ${?} rather than $?, so make sure we support all the special single char vars that use this form. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* test for invalid named variablesMike Frysinger2009-03-281-0/+3