jdk-24/nashorn/test/script/nosecurity/parserapi_scripting.js.EXPECTED

10 lines
206 B
Plaintext
Raw Normal View History

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
^