t / chainlint / exit-subshell.teston commit l10n: zh_CN: for git v2.19.0 l10n round 1 to 2 (c1ac525)
   1(
   2# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
   3        foo || exit 1
   4        bar &&
   5        baz
   6)