Git fork
at reftables-rust 10 lines 93 B view raw
1test_expect_success 'block-comment' ' 2( 3 { 4 # show a 5 echo a && 6 # show b 7 echo b 8 } 9) 10'