jdk-24/test/nashorn/script/nosecurity/parserapi_scripting.js.EXPECTED
2017-09-12 19:03:39 +02:00

10 lines
206 B
Plaintext

backquote1.js:1:0 Expected an operand but found error
`ls`
^
heredoc1.js:1:10 Expected an operand but found <<
var str = <<EOF
^
hashcomment1.js:1:0 Expected an operand but found error
#comment
^