DEBSOURCES
Skip Quicknav
sources / cgit / 1.2.3%2Bgit20250818.80.3346409%2Bgit2.51.0-1 / git / t / chainlint / command-substitution.expect
123456789
2 ( 3 foo && 4 bar=$(gobble) && 5 baz 6 ) && 7 ( 8 bar=$(gobble blocks) ?!LINT: missing '&&'?! 9 baz 10 )