-
- Downloads
Merge branch 'es/chain-lint-more'
Improve built-in facility to catch broken &&-chain in the tests. * es/chain-lint-more: chainlint: add test of pathological case which triggered false positive chainlint: recognize multi-line quoted strings more robustly chainlint: let here-doc and multi-line string commence on same line chainlint: recognize multi-line $(...) when command cuddled with "$(" chainlint: match 'quoted' here-doc tags chainlint: match arbitrary here-docs tags rather than hard-coded names
No related branches found
No related tags found
Showing
- t/chainlint.sed 61 additions, 37 deletionst/chainlint.sed
- t/chainlint/here-doc-close-subshell.expect 2 additions, 0 deletionst/chainlint/here-doc-close-subshell.expect
- t/chainlint/here-doc-close-subshell.test 5 additions, 0 deletionst/chainlint/here-doc-close-subshell.test
- t/chainlint/here-doc-multi-line-command-subst.expect 5 additions, 0 deletionst/chainlint/here-doc-multi-line-command-subst.expect
- t/chainlint/here-doc-multi-line-command-subst.test 9 additions, 0 deletionst/chainlint/here-doc-multi-line-command-subst.test
- t/chainlint/here-doc-multi-line-string.expect 4 additions, 0 deletionst/chainlint/here-doc-multi-line-string.expect
- t/chainlint/here-doc-multi-line-string.test 8 additions, 0 deletionst/chainlint/here-doc-multi-line-string.test
- t/chainlint/here-doc.expect 4 additions, 0 deletionst/chainlint/here-doc.expect
- t/chainlint/here-doc.test 14 additions, 0 deletionst/chainlint/here-doc.test
- t/chainlint/multi-line-nested-command-substitution.expect 10 additions, 1 deletiont/chainlint/multi-line-nested-command-substitution.expect
- t/chainlint/multi-line-nested-command-substitution.test 10 additions, 1 deletiont/chainlint/multi-line-nested-command-substitution.test
- t/chainlint/multi-line-string.expect 8 additions, 2 deletionst/chainlint/multi-line-string.expect
- t/chainlint/multi-line-string.test 12 additions, 0 deletionst/chainlint/multi-line-string.test
- t/chainlint/nested-here-doc.expect 2 additions, 0 deletionst/chainlint/nested-here-doc.expect
- t/chainlint/nested-here-doc.test 10 additions, 0 deletionst/chainlint/nested-here-doc.test
- t/chainlint/subshell-here-doc.expect 5 additions, 0 deletionst/chainlint/subshell-here-doc.expect
- t/chainlint/subshell-here-doc.test 12 additions, 0 deletionst/chainlint/subshell-here-doc.test
- t/chainlint/t7900-subtree.expect 10 additions, 0 deletionst/chainlint/t7900-subtree.expect
- t/chainlint/t7900-subtree.test 22 additions, 0 deletionst/chainlint/t7900-subtree.test
t/chainlint/here-doc-close-subshell.expect
0 → 100644
t/chainlint/here-doc-close-subshell.test
0 → 100644
t/chainlint/here-doc-multi-line-string.test
0 → 100644
t/chainlint/t7900-subtree.expect
0 → 100644
t/chainlint/t7900-subtree.test
0 → 100644
Please register or sign in to comment