index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
chainlint
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: diagnose unclosed here-doc in chainlint.pl
Eric Sunshine
2023-03-30
4
-0
/
+22
*
chainlint: annotate original test definition rather than token stream
Eric Sunshine
2022-11-08
21
-26
/
+139
*
t/chainlint: add more chainlint.pl self-tests
Eric Sunshine
2022-09-01
34
-2
/
+336
*
chainlint.pl: allow `|| echo` to signal failure upstream of a pipe
Eric Sunshine
2022-09-01
2
-0
/
+21
*
chainlint.pl: complain about loops lacking explicit failure handling
Eric Sunshine
2022-09-01
11
-7
/
+142
*
chainlint.pl: don't flag broken &&-chain if failure indicated explicitly
Eric Sunshine
2022-09-01
6
-2
/
+54
*
chainlint.pl: don't flag broken &&-chain if `$?` handled explicitly
Eric Sunshine
2022-09-01
2
-0
/
+20
*
chainlint.pl: don't require `&` background command to end with `&&`
Eric Sunshine
2022-09-01
2
-0
/
+19
*
t/Makefile: apply chainlint.pl to existing self-tests
Eric Sunshine
2022-09-01
5
-9
/
+22
*
chainlint.pl: don't require `return|exit|continue` to end with `&&`
Eric Sunshine
2022-09-01
6
-0
/
+45
*
chainlint.sed: stop splitting "(..." into separate lines "(" and "..."
Eric Sunshine
2021-12-13
7
-20
/
+10
*
chainlint.sed: swallow comments consistently
Eric Sunshine
2021-12-13
5
-2
/
+33
*
chainlint.sed: stop throwing away here-doc tags
Eric Sunshine
2021-12-13
10
-20
/
+20
*
chainlint.sed: don't mistake `<< word` in string as here-doc operator
Eric Sunshine
2021-12-13
2
-0
/
+30
*
chainlint.sed: drop subshell-closing ">" annotation
Eric Sunshine
2021-12-13
38
-80
/
+80
*
chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!
Eric Sunshine
2021-12-13
4
-14
/
+14
*
chainlint.sed: tolerate harmless ";" at end of last line in block
Eric Sunshine
2021-12-13
1
-2
/
+2
*
chainlint.sed: improve ?!SEMI?! placement accuracy
Eric Sunshine
2021-12-13
4
-16
/
+16
*
chainlint.sed: improve ?!AMP?! placement accuracy
Eric Sunshine
2021-12-13
22
-34
/
+34
*
t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledge
Eric Sunshine
2021-12-13
2
-2
/
+2
*
t/chainlint/*.test: generalize self-test commentary
Eric Sunshine
2021-12-13
6
-9
/
+6
*
t/chainlint/*.test: fix invalid test cases due to mixing quote types
Eric Sunshine
2021-12-13
20
-70
/
+38
*
t/chainlint/*.test: don't use invalid shell syntax
Eric Sunshine
2021-12-13
3
-4
/
+6
*
chainlint: match "quoted" here-doc tags
Eric Sunshine
2018-08-29
4
-0
/
+14
*
chainlint: add test of pathological case which triggered false positive
Eric Sunshine
2018-08-13
2
-0
/
+32
*
chainlint: recognize multi-line quoted strings more robustly
Eric Sunshine
2018-08-13
3
-3
/
+21
*
chainlint: let here-doc and multi-line string commence on same line
Eric Sunshine
2018-08-13
6
-0
/
+33
*
chainlint: recognize multi-line $(...) when command cuddled with "$("
Eric Sunshine
2018-08-13
2
-2
/
+20
*
chainlint: match 'quoted' here-doc tags
Eric Sunshine
2018-08-13
4
-0
/
+14
*
chainlint: match arbitrary here-docs tags rather than hard-coded names
Eric Sunshine
2018-08-13
6
-0
/
+33
*
t/chainlint: add chainlint "specialized" test cases
Eric Sunshine
2018-07-17
4
-0
/
+31
*
t/chainlint: add chainlint "complex" test cases
Eric Sunshine
2018-07-17
8
-0
/
+82
*
t/chainlint: add chainlint "cuddled" test cases
Eric Sunshine
2018-07-17
6
-0
/
+70
*
t/chainlint: add chainlint "loop" and "conditional" test cases
Eric Sunshine
2018-07-17
10
-0
/
+200
*
t/chainlint: add chainlint "nested subshell" test cases
Eric Sunshine
2018-07-17
12
-0
/
+173
*
t/chainlint: add chainlint "one-liner" test cases
Eric Sunshine
2018-07-17
6
-0
/
+71
*
t/chainlint: add chainlint "whitespace" test cases
Eric Sunshine
2018-07-17
12
-0
/
+113
*
t/chainlint: add chainlint "basic" test cases
Eric Sunshine
2018-07-17
16
-0
/
+206