nashorn/test/script/nosecurity/parserapi_scripting.js.EXPECTED
author mhaupt
Wed, 20 Jan 2016 09:56:29 +0100
changeset 35324 b9b0e5fdc996
parent 29407 3fd4ede1581e
permissions -rw-r--r--
8144113: enable jjs testing Reviewed-by: mhaupt, sundar Contributed-by: srinivas.dama@oracle.com

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
^