jdk-24/nashorn/test/script/nosecurity/parserapi_scripting.js.EXPECTED
Athijegannathan Sundararajan 0ed9eb856c 8074671: Nashorn Parser API
Reviewed-by: darcy, forax, attila, hannesw
2015-03-09 20:14:10 +05:30

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
^