git/t/greplint/filter-command-substitution...

4 lines
94 B
Plaintext

test_expect_success 'grep in command substitution is not flagged' '
x=$(grep pattern file)
'