2017-09-12 19:03:56 +02:00
|
|
|
test/nashorn/script/error/heredoc_nse.js:32:10 Expected an operand but found <<
|
2015-06-09 14:19:57 +05:30
|
|
|
var str = <<EOF
|
|
|
|
^
|
2017-09-12 19:03:56 +02:00
|
|
|
test/nashorn/script/error/heredoc_nse.js:33:5 Expected ; but found is
|
2015-06-09 14:19:57 +05:30
|
|
|
This is a multiple line string
|
|
|
|
^
|
2017-09-12 19:03:56 +02:00
|
|
|
test/nashorn/script/error/heredoc_nse.js:34:7 Expected ; but found a
|
2015-06-09 14:19:57 +05:30
|
|
|
inside a heredoc
|
|
|
|
^
|