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