test/nashorn/script/error/heredoc_nse.js.EXPECTED
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
     1 test/script/error/heredoc_nse.js:32:10 Expected an operand but found <<
     1 test/nashorn/script/error/heredoc_nse.js:32:10 Expected an operand but found <<
     2 var str = <<EOF
     2 var str = <<EOF
     3           ^
     3           ^
     4 test/script/error/heredoc_nse.js:33:5 Expected ; but found is
     4 test/nashorn/script/error/heredoc_nse.js:33:5 Expected ; but found is
     5 This is a multiple line string
     5 This is a multiple line string
     6      ^
     6      ^
     7 test/script/error/heredoc_nse.js:34:7 Expected ; but found a
     7 test/nashorn/script/error/heredoc_nse.js:34:7 Expected ; but found a
     8 inside a heredoc
     8 inside a heredoc
     9        ^
     9        ^