chainlint.sed: make here-doc "<<-" operator recognition more POSIX-like
Eric Sunshine committed over 4 years ago
chainlint.sed: drop subshell-closing ">" annotation
Eric Sunshine committed over 4 years ago
chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!
Eric Sunshine committed over 4 years ago
chainlint.sed: tolerate harmless ";" at end of last line in block
Eric Sunshine committed over 4 years ago
chainlint.sed: improve ?!SEMI?! placement accuracy
Eric Sunshine committed over 4 years ago
chainlint.sed: improve ?!AMP?! placement accuracy
Eric Sunshine committed over 4 years ago
t/Makefile: optimize chainlint self-test
Eric Sunshine committed over 4 years ago
t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledge
Eric Sunshine committed over 4 years ago
t/chainlint/*.test: generalize self-test commentary
Eric Sunshine committed over 4 years ago
t/chainlint/*.test: fix invalid test cases due to mixing quote types
Eric Sunshine committed over 4 years ago
t/chainlint/*.test: don't use invalid shell syntax
Eric Sunshine committed over 4 years ago
t6000-t9999: detect and signal failure within loop
Eric Sunshine committed over 4 years ago
t5000-t5999: detect and signal failure within loop
Eric Sunshine committed over 4 years ago
t4000-t4999: detect and signal failure within loop
Eric Sunshine committed over 4 years ago
t0000-t3999: detect and signal failure within loop
Eric Sunshine committed over 4 years ago
tests: simplify by dropping unnecessary `for` loops
Eric Sunshine committed over 4 years ago
tests: apply modern idiom for exiting loop upon failure
Eric Sunshine committed over 4 years ago
tests: apply modern idiom for signaling test failure
Eric Sunshine committed over 4 years ago
tests: fix broken &&-chains in `{...}` groups
Eric Sunshine committed over 4 years ago
tests: fix broken &&-chains in `$(...)` command substitutions
Eric Sunshine committed over 4 years ago