nashorn/test/script/nosecurity/parserapi_scripting.js.EXPECTED
author sundar
Mon, 09 Mar 2015 20:14:10 +0530
changeset 29407 3fd4ede1581e
permissions -rw-r--r--
8074671: Nashorn Parser API Reviewed-by: darcy, forax, attila, hannesw

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
^