summaryrefslogtreecommitdiff
path: root/t/chainlint
Commit message (Expand)AuthorAgeFilesLines
* chainlint: match "quoted" here-doc tagsEric Sunshine2018-08-294-0/+14
* chainlint: add test of pathological case which triggered false positiveEric Sunshine2018-08-132-0/+32
* chainlint: recognize multi-line quoted strings more robustlyEric Sunshine2018-08-133-3/+21
* chainlint: let here-doc and multi-line string commence on same lineEric Sunshine2018-08-136-0/+33
* chainlint: recognize multi-line $(...) when command cuddled with "$("Eric Sunshine2018-08-132-2/+20
* chainlint: match 'quoted' here-doc tagsEric Sunshine2018-08-134-0/+14
* chainlint: match arbitrary here-docs tags rather than hard-coded namesEric Sunshine2018-08-136-0/+33
* t/chainlint: add chainlint "specialized" test casesEric Sunshine2018-07-174-0/+31
* t/chainlint: add chainlint "complex" test casesEric Sunshine2018-07-178-0/+82
* t/chainlint: add chainlint "cuddled" test casesEric Sunshine2018-07-176-0/+70
* t/chainlint: add chainlint "loop" and "conditional" test casesEric Sunshine2018-07-1710-0/+200
* t/chainlint: add chainlint "nested subshell" test casesEric Sunshine2018-07-1712-0/+173
* t/chainlint: add chainlint "one-liner" test casesEric Sunshine2018-07-176-0/+71
* t/chainlint: add chainlint "whitespace" test casesEric Sunshine2018-07-1712-0/+113
* t/chainlint: add chainlint "basic" test casesEric Sunshine2018-07-1716-0/+206