nashorn/test/script/error/backquote_string_nse.js.EXPECTED
author lana
Fri, 18 Sep 2015 10:46:52 -0700
changeset 32707 66a34f37d152
parent 31098 e98a3ba5d5da
permissions -rw-r--r--
Added tag jdk9-b82 for changeset 618ea3c86a0d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31098
e98a3ba5d5da 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff changeset
     1
test/script/error/backquote_string_nse.js:32:0 Expected an operand but found error
e98a3ba5d5da 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff changeset
     2
`ls -l`;
e98a3ba5d5da 8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff changeset
     3
^