The parser is not able to parse the following valid Bash code: ```shell #!/bin/bash <<-EOF echo "Hello World" EOF ```