| 1 | test_expect_success 'comment' ' |
| 2 | ( |
| 3 | # LINT: swallow comment lines |
| 4 | # comment 1 |
| 5 | nothing && |
| 6 | # comment 2 |
| 7 | something |
| 8 | # LINT: swallow comment lines since final _statement_ before subshell end is |
| 9 | # LINT: significant to "&&"-check, not final _line_ (which might be comment) |
| 10 | # comment 3 |
| 11 | # comment 4 |
| 12 | ) |
| 13 | ' |