heredoc_nse.js.EXPECTED revision 1313:87f156db0b42
1test/script/error/heredoc_nse.js:32:10 Expected an operand but found <<
2var str = <<EOF
3          ^
4test/script/error/heredoc_nse.js:33:5 Expected ; but found is
5This is a multiple line string
6     ^
7test/script/error/heredoc_nse.js:34:7 Expected ; but found a
8inside a heredoc
9       ^
10