summaryrefslogtreecommitdiff
path: root/t/chainlint.sed
Commit message (Expand)AuthorAgeFilesLines
* t: retire unused chainlint.sedEric Sunshine2022-09-011-399/+0
* chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine2021-12-131-13/+25
* chainlint.sed: swallow comments consistentlyEric Sunshine2021-12-131-2/+19
* chainlint.sed: stop throwing away here-doc tagsEric Sunshine2021-12-131-9/+15
* chainlint.sed: don't mistake `<< word` in string as here-doc operatorEric Sunshine2021-12-131-2/+6
* chainlint.sed: make here-doc "<<-" operator recognition more POSIX-likeEric Sunshine2021-12-131-4/+4
* chainlint.sed: drop subshell-closing ">" annotationEric Sunshine2021-12-131-9/+0
* chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!Eric Sunshine2021-12-131-11/+10
* chainlint.sed: tolerate harmless ";" at end of last line in blockEric Sunshine2021-12-131-5/+6
* chainlint.sed: improve ?!SEMI?! placement accuracyEric Sunshine2021-12-131-2/+2
* chainlint.sed: improve ?!AMP?! placement accuracyEric Sunshine2021-12-131-4/+4
* Fit to Plan 9's ANSI/POSIX compatibility layerKyohei Kadota2020-09-091-33/+33
* Merge branch 'es/chain-lint-more'Junio C Hamano2018-09-041-4/+4
|\
| * chainlint: match "quoted" here-doc tagsEric Sunshine2018-08-291-4/+4
* | tests: use shorter labels in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason2018-08-271-28/+28
* | tests: fix comment syntax in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason2018-08-271-2/+1
|/
* chainlint: recognize multi-line quoted strings more robustlyEric Sunshine2018-08-131-10/+22
* chainlint: let here-doc and multi-line string commence on same lineEric Sunshine2018-08-131-3/+4
* chainlint: recognize multi-line $(...) when command cuddled with "$("Eric Sunshine2018-08-131-1/+1
* chainlint: match 'quoted' here-doc tagsEric Sunshine2018-08-131-4/+4
* chainlint: match arbitrary here-docs tags rather than hard-coded namesEric Sunshine2018-08-131-23/+34
* t/chainlint.sed: drop extra spaces from regex character classEric Sunshine2018-07-311-4/+4
* t/test-lib: teach --chain-lint to detect broken &&-chains in subshellsEric Sunshine2018-07-171-0/+346