.. |
assignment1.right
|
2b576b8e76
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
16 년 전 |
assignment1.tests
|
2b576b8e76
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
16 년 전 |
assignment2.rigth
|
2b576b8e76
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
16 년 전 |
assignment2.tests
|
2b576b8e76
hush: fix mishandling of a'b'c=fff as assignments. They are not.
|
16 년 전 |
break1.right
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break1.tests
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break2.right
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break2.tests
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break3.right
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break3.tests
|
6a2d40f239
hush: support "break N" and "continue N"
|
16 년 전 |
break4.right
|
918a34b9e0
hush: fix "while false; ..." exitcode; add testsuites
|
16 년 전 |
break4.tests
|
918a34b9e0
hush: fix "while false; ..." exitcode; add testsuites
|
16 년 전 |
break5.right
|
fcf37c3183
hush: fix break'ing out of {} and () groups; with testcase
|
16 년 전 |
break5.tests
|
fcf37c3183
hush: fix break'ing out of {} and () groups; with testcase
|
16 년 전 |
builtin1.right
|
dadfb4975b
hush: add #defines to switch off break/continue if loops are not supported
|
16 년 전 |
builtin1.tests
|
dadfb4975b
hush: add #defines to switch off break/continue if loops are not supported
|
16 년 전 |
case1.right
|
f173607520
hush: fix "case ... in <newline> word)..."
|
16 년 전 |
case1.tests
|
f173607520
hush: fix "case ... in <newline> word)..."
|
16 년 전 |
colon.right
|
dd316dd283
hush: add support for ':'; create testsuite entries
|
16 년 전 |
colon.tests
|
f8d01d3f66
hush: fix a bug where we were requiring semicolon here: (cmd;)
|
16 년 전 |
continue1.right
|
4554b721ad
hush: small fix for repeated continue and fix for wrong loop depth count
|
16 년 전 |
continue1.tests
|
4554b721ad
hush: small fix for repeated continue and fix for wrong loop depth count
|
16 년 전 |
empty_for.right
|
6eaf8deddd
hush: fix "for a in; do echo 'I should never run'; done" bug
|
16 년 전 |
empty_for.tests
|
6eaf8deddd
hush: fix "for a in; do echo 'I should never run'; done" bug
|
16 년 전 |
empty_for2.right
|
ff182a3d68
hush: support "for v; do ... done" syntax (implied 'in "$@"')
|
16 년 전 |
empty_for2.tests
|
ff182a3d68
hush: support "for v; do ... done" syntax (implied 'in "$@"')
|
16 년 전 |
for_with_keywords.right
|
733e3fbc2f
hush: support "for if in do done then; do echo $if; done" case
|
16 년 전 |
for_with_keywords.tests
|
733e3fbc2f
hush: support "for if in do done then; do echo $if; done" case
|
16 년 전 |
pid.right
|
16c2fea280
hush: fix $$ handling
|
16 년 전 |
pid.tests
|
16c2fea280
hush: fix $$ handling
|
16 년 전 |
read.right
|
d67cef2425
hush: fix read builtin to not read ahead past eol and to not use
|
17 년 전 |
read.tests
|
d67cef2425
hush: fix read builtin to not read ahead past eol and to not use
|
17 년 전 |
shift.right
|
cd7f4d27a2
hush: improve 2 testsuite tests
|
17 년 전 |
shift.tests
|
cd7f4d27a2
hush: improve 2 testsuite tests
|
17 년 전 |
syntax_err.right
|
cd7f4d27a2
hush: improve 2 testsuite tests
|
17 년 전 |
syntax_err.tests
|
cd7f4d27a2
hush: improve 2 testsuite tests
|
17 년 전 |
syntax_err_negate.right
|
a84420062a
hush: support "! cmd | cmd" negation
|
16 년 전 |
syntax_err_negate.tests
|
a84420062a
hush: support "! cmd | cmd" negation
|
16 년 전 |
while1.right
|
918a34b9e0
hush: fix "while false; ..." exitcode; add testsuites
|
16 년 전 |
while1.tests
|
918a34b9e0
hush: fix "while false; ..." exitcode; add testsuites
|
16 년 전 |
while_in_subshell.right
|
f8d01d3f66
hush: fix a bug where we were requiring semicolon here: (cmd;)
|
16 년 전 |
while_in_subshell.tests
|
f8d01d3f66
hush: fix a bug where we were requiring semicolon here: (cmd;)
|
16 년 전 |