aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/func6.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: fix several syntax corner cases with function definitionsDenys Vlasenko2025-08-181-0/+8
| | | | | | | | | | function old new delta parse_stream 3063 3075 +12 done_word 777 784 +7 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 19/0) Total: 19 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: fix "true | func_with_return" not allowing return.Denys Vlasenko2017-07-311-11/+0
| | | | | | | function old new delta pseudo_exec_argv 305 312 +7 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hush: add func6.testsDenys Vlasenko2016-10-011-0/+11
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>