Closed jonaslu closed 9 months ago
The regex ends at the first ) making anything containing parenthesis fail: E g bash -c 'cat <(echo yo)') - will fail on unterminated escape sequence because the matched executable regex will be this: bash -c 'cat <(echo yo
)
bash -c 'cat <(echo yo)')
bash -c 'cat <(echo yo
Fixed in commit f52b82c
The regex ends at the first
)
making anything containing parenthesis fail: E gbash -c 'cat <(echo yo)')
- will fail on unterminated escape sequence because the matched executable regex will be this:bash -c 'cat <(echo yo