summaryrefslogtreecommitdiff
path: root/t/chainlint
AgeCommit message (Expand)Author
2021-12-13chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine
2021-12-13chainlint.sed: swallow comments consistentlyEric Sunshine
2021-12-13chainlint.sed: stop throwing away here-doc tagsEric Sunshine
2021-12-13chainlint.sed: don't mistake `<< word` in string as here-doc operatorEric Sunshine
2021-12-13chainlint.sed: drop subshell-closing ">" annotationEric Sunshine
2021-12-13chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!Eric Sunshine
2021-12-13chainlint.sed: tolerate harmless ";" at end of last line in blockEric Sunshine
2021-12-13chainlint.sed: improve ?!SEMI?! placement accuracyEric Sunshine
2021-12-13chainlint.sed: improve ?!AMP?! placement accuracyEric Sunshine
2021-12-13t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledgeEric Sunshine
2021-12-13t/chainlint/*.test: generalize self-test commentaryEric Sunshine
2021-12-13t/chainlint/*.test: fix invalid test cases due to mixing quote typesEric Sunshine
2021-12-13t/chainlint/*.test: don't use invalid shell syntaxEric Sunshine
2018-08-29chainlint: match "quoted" here-doc tagsEric Sunshine
2018-08-13chainlint: add test of pathological case which triggered false positiveEric Sunshine
2018-08-13chainlint: recognize multi-line quoted strings more robustlyEric Sunshine
2018-08-13chainlint: let here-doc and multi-line string commence on same lineEric Sunshine
2018-08-13chainlint: recognize multi-line $(...) when command cuddled with "$("Eric Sunshine
2018-08-13chainlint: match 'quoted' here-doc tagsEric Sunshine
2018-08-13chainlint: match arbitrary here-docs tags rather than hard-coded namesEric Sunshine
2018-07-17t/chainlint: add chainlint "specialized" test casesEric Sunshine
2018-07-17t/chainlint: add chainlint "complex" test casesEric Sunshine
2018-07-17t/chainlint: add chainlint "cuddled" test casesEric Sunshine
2018-07-17t/chainlint: add chainlint "loop" and "conditional" test casesEric Sunshine
2018-07-17t/chainlint: add chainlint "nested subshell" test casesEric Sunshine
2018-07-17t/chainlint: add chainlint "one-liner" test casesEric Sunshine
2018-07-17t/chainlint: add chainlint "whitespace" test casesEric Sunshine
2018-07-17t/chainlint: add chainlint "basic" test casesEric Sunshine