summary refs log tree commit diff
path: root/t/chainlint.sed
AgeCommit message (Expand)AuthorFilesLines
2021-12-13chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine1-13/+25
2021-12-13chainlint.sed: swallow comments consistentlyEric Sunshine1-2/+19
2021-12-13chainlint.sed: stop throwing away here-doc tagsEric Sunshine1-9/+15
2021-12-13chainlint.sed: don't mistake `<< word` in string as here-doc operatorEric Sunshine1-2/+6
2021-12-13chainlint.sed: make here-doc "<<-" operator recognition more POSIX-likeEric Sunshine1-4/+4
2021-12-13chainlint.sed: drop subshell-closing ">" annotationEric Sunshine1-9/+0
2021-12-13chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!Eric Sunshine1-11/+10
2021-12-13chainlint.sed: tolerate harmless ";" at end of last line in blockEric Sunshine1-5/+6
2021-12-13chainlint.sed: improve ?!SEMI?! placement accuracyEric Sunshine1-2/+2
2021-12-13chainlint.sed: improve ?!AMP?! placement accuracyEric Sunshine1-4/+4
2020-09-09Fit to Plan 9's ANSI/POSIX compatibility layerKyohei Kadota1-33/+33
2018-09-04Merge branch 'es/chain-lint-more'Junio C Hamano1-4/+4
2018-08-29chainlint: match "quoted" here-doc tagsEric Sunshine1-4/+4
2018-08-27tests: use shorter labels in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason1-28/+28
2018-08-27tests: fix comment syntax in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason1-2/+1
2018-08-13chainlint: recognize multi-line quoted strings more robustlyEric Sunshine1-10/+22
2018-08-13chainlint: let here-doc and multi-line string commence on same lineEric Sunshine1-3/+4
2018-08-13chainlint: recognize multi-line $(...) when command cuddled with "$("Eric Sunshine1-1/+1
2018-08-13chainlint: match 'quoted' here-doc tagsEric Sunshine1-4/+4
2018-08-13chainlint: match arbitrary here-docs tags rather than hard-coded namesEric Sunshine1-23/+34
2018-07-31t/chainlint.sed: drop extra spaces from regex character classEric Sunshine1-4/+4
2018-07-17t/test-lib: teach --chain-lint to detect broken &&-chains in subshellsEric Sunshine1-0/+346