Git fork
at reftables-rust 7 lines 139 B view raw
1test_expect_success 'here-doc-close-subshell' ' 2( 3# LINT: line contains here-doc and closes nested subshell 4 cat <<-\INPUT) 5 fizz 6 INPUT 7'