You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Eric Sunshine 73c768dae9 chainlint: annotate original test definition rather than token stream 2 years ago
..
arithmetic-expansion.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
arithmetic-expansion.test
bash-array.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
bash-array.test
blank-line-before-esac.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
blank-line-before-esac.test t/chainlint: add more chainlint.pl self-tests 2 years ago
blank-line.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
blank-line.test t/chainlint/*.test: generalize self-test commentary 3 years ago
block-comment.expect chainlint: annotate original test definition rather than token stream 2 years ago
block-comment.test chainlint.sed: swallow comments consistently 3 years ago
block.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
block.test t/chainlint: add more chainlint.pl self-tests 2 years ago
broken-chain.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
broken-chain.test
case-comment.expect chainlint: annotate original test definition rather than token stream 2 years ago
case-comment.test chainlint.sed: swallow comments consistently 3 years ago
case.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
case.test
chain-break-background.expect chainlint.pl: don't require `&` background command to end with `&&` 2 years ago
chain-break-background.test chainlint.pl: don't require `&` background command to end with `&&` 2 years ago
chain-break-continue.expect chainlint.pl: don't require `return|exit|continue` to end with `&&` 2 years ago
chain-break-continue.test chainlint.pl: don't require `return|exit|continue` to end with `&&` 2 years ago
chain-break-false.expect chainlint.pl: don't flag broken &&-chain if failure indicated explicitly 2 years ago
chain-break-false.test chainlint.pl: don't flag broken &&-chain if failure indicated explicitly 2 years ago
chain-break-return-exit.expect chainlint.pl: don't flag broken &&-chain if failure indicated explicitly 2 years ago
chain-break-return-exit.test chainlint.pl: don't flag broken &&-chain if failure indicated explicitly 2 years ago
chain-break-status.expect chainlint.pl: don't flag broken &&-chain if `$?` handled explicitly 2 years ago
chain-break-status.test chainlint.pl: don't flag broken &&-chain if `$?` handled explicitly 2 years ago
chained-block.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
chained-block.test t/chainlint: add more chainlint.pl self-tests 2 years ago
chained-subshell.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
chained-subshell.test t/chainlint: add more chainlint.pl self-tests 2 years ago
close-nested-and-parent-together.expect chainlint.sed: stop splitting "(..." into separate lines "(" and "..." 3 years ago
close-nested-and-parent-together.test
close-subshell.expect chainlint: annotate original test definition rather than token stream 2 years ago
close-subshell.test
command-substitution-subsubshell.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
command-substitution-subsubshell.test t/chainlint: add more chainlint.pl self-tests 2 years ago
command-substitution.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
command-substitution.test
comment.expect chainlint: annotate original test definition rather than token stream 2 years ago
comment.test
complex-if-in-cuddled-loop.expect chainlint.pl: complain about loops lacking explicit failure handling 2 years ago
complex-if-in-cuddled-loop.test
cuddled-if-then-else.expect chainlint.sed: stop splitting "(..." into separate lines "(" and "..." 3 years ago
cuddled-if-then-else.test
cuddled-loop.expect chainlint.sed: stop splitting "(..." into separate lines "(" and "..." 3 years ago
cuddled-loop.test
cuddled.expect chainlint.sed: stop splitting "(..." into separate lines "(" and "..." 3 years ago
cuddled.test t/chainlint/*.test: generalize self-test commentary 3 years ago
double-here-doc.expect chainlint: annotate original test definition rather than token stream 2 years ago
double-here-doc.test t/chainlint: add more chainlint.pl self-tests 2 years ago
dqstring-line-splice.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
dqstring-line-splice.test t/chainlint: add more chainlint.pl self-tests 2 years ago
dqstring-no-interpolate.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
dqstring-no-interpolate.test t/chainlint: add more chainlint.pl self-tests 2 years ago
empty-here-doc.expect chainlint: annotate original test definition rather than token stream 2 years ago
empty-here-doc.test t/chainlint: add more chainlint.pl self-tests 2 years ago
exclamation.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
exclamation.test t/chainlint: add more chainlint.pl self-tests 2 years ago
exit-loop.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
exit-loop.test
exit-subshell.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
exit-subshell.test
for-loop-abbreviated.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
for-loop-abbreviated.test t/chainlint: add more chainlint.pl self-tests 2 years ago
for-loop.expect chainlint: annotate original test definition rather than token stream 2 years ago
for-loop.test
function.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
function.test t/chainlint: add more chainlint.pl self-tests 2 years ago
here-doc-close-subshell.expect chainlint: annotate original test definition rather than token stream 2 years ago
here-doc-close-subshell.test
here-doc-indent-operator.expect chainlint: annotate original test definition rather than token stream 2 years ago
here-doc-indent-operator.test t/chainlint: add more chainlint.pl self-tests 2 years ago
here-doc-multi-line-command-subst.expect chainlint: annotate original test definition rather than token stream 2 years ago
here-doc-multi-line-command-subst.test
here-doc-multi-line-string.expect chainlint: annotate original test definition rather than token stream 2 years ago
here-doc-multi-line-string.test
here-doc.expect chainlint: annotate original test definition rather than token stream 2 years ago
here-doc.test
if-condition-split.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
if-condition-split.test t/chainlint: add more chainlint.pl self-tests 2 years ago
if-in-loop.expect chainlint.pl: don't flag broken &&-chain if failure indicated explicitly 2 years ago
if-in-loop.test chainlint.pl: don't flag broken &&-chain if failure indicated explicitly 2 years ago
if-then-else.expect chainlint: annotate original test definition rather than token stream 2 years ago
if-then-else.test
incomplete-line.expect chainlint: annotate original test definition rather than token stream 2 years ago
incomplete-line.test
inline-comment.expect chainlint: annotate original test definition rather than token stream 2 years ago
inline-comment.test
loop-detect-failure.expect chainlint.pl: complain about loops lacking explicit failure handling 2 years ago
loop-detect-failure.test chainlint.pl: complain about loops lacking explicit failure handling 2 years ago
loop-detect-status.expect chainlint: annotate original test definition rather than token stream 2 years ago
loop-detect-status.test chainlint.pl: complain about loops lacking explicit failure handling 2 years ago
loop-in-if.expect chainlint.pl: complain about loops lacking explicit failure handling 2 years ago
loop-in-if.test
loop-upstream-pipe.expect chainlint.pl: allow `|| echo` to signal failure upstream of a pipe 2 years ago
loop-upstream-pipe.test chainlint.pl: allow `|| echo` to signal failure upstream of a pipe 2 years ago
multi-line-nested-command-substitution.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
multi-line-nested-command-substitution.test
multi-line-string.expect t/Makefile: apply chainlint.pl to existing self-tests 2 years ago
multi-line-string.test
negated-one-liner.expect chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?! 3 years ago
negated-one-liner.test
nested-cuddled-subshell.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
nested-cuddled-subshell.test
nested-here-doc.expect chainlint: annotate original test definition rather than token stream 2 years ago
nested-here-doc.test
nested-loop-detect-failure.expect chainlint.pl: complain about loops lacking explicit failure handling 2 years ago
nested-loop-detect-failure.test chainlint.pl: complain about loops lacking explicit failure handling 2 years ago
nested-subshell-comment.expect chainlint: annotate original test definition rather than token stream 2 years ago
nested-subshell-comment.test
nested-subshell.expect t/Makefile: apply chainlint.pl to existing self-tests 2 years ago
nested-subshell.test t/chainlint/*.test: generalize self-test commentary 3 years ago
not-heredoc.expect chainlint.sed: don't mistake `<< word` in string as here-doc operator 3 years ago
not-heredoc.test chainlint.sed: don't mistake `<< word` in string as here-doc operator 3 years ago
one-liner-for-loop.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
one-liner-for-loop.test t/chainlint: add more chainlint.pl self-tests 2 years ago
one-liner.expect chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?! 3 years ago
one-liner.test t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledge 3 years ago
p4-filespec.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
p4-filespec.test
pipe.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
pipe.test
return-loop.expect chainlint.pl: don't require `return|exit|continue` to end with `&&` 2 years ago
return-loop.test chainlint.pl: don't require `return|exit|continue` to end with `&&` 2 years ago
semicolon.expect chainlint.pl: complain about loops lacking explicit failure handling 2 years ago
semicolon.test t/chainlint/*.test: generalize self-test commentary 3 years ago
sqstring-in-sqstring.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
sqstring-in-sqstring.test t/chainlint: add more chainlint.pl self-tests 2 years ago
subshell-here-doc.expect chainlint: annotate original test definition rather than token stream 2 years ago
subshell-here-doc.test
subshell-one-liner.expect chainlint.sed: drop subshell-closing ">" annotation 3 years ago
subshell-one-liner.test
t7900-subtree.expect chainlint: annotate original test definition rather than token stream 2 years ago
t7900-subtree.test
token-pasting.expect t/chainlint: add more chainlint.pl self-tests 2 years ago
token-pasting.test t/chainlint: add more chainlint.pl self-tests 2 years ago
while-loop.expect chainlint: annotate original test definition rather than token stream 2 years ago
while-loop.test