Git fork
at reftables-rust 12 lines 217 B view raw
1test_expect_success 'blank-line' ' 2( 3 4 nothing && 5 6 something 7# LINT: ignore blank lines since final _statement_ before subshell end is 8# LINT: significant to "&&"-check, not final _line_ (which might be blank) 9 10 11) 12'