t / chainlint / negated-one-liner.teston commit Merge tag 'l10n-2.21.0-rnd2' of git://github.com/git-l10n/git-po (a1997da)
   1# LINT: top-level one-liner subshell
   2! (foo && bar) &&
   3! (foo && bar) >baz &&
   4
   5# LINT: top-level one-liner subshell missing internal "&&"
   6! (foo; bar) &&
   7! (foo; bar) >baz