author | mchung |
Sat, 24 Feb 2018 09:41:42 -0800 | |
changeset 48984 | b5d1fb0701d4 |
parent 47217 | 72e3ae9a25eb |
permissions | -rw-r--r-- |
47217 | 1 |
test/nashorn/script/error/heredoc_nse.js:32:10 Expected an operand but found << |
31098
e98a3ba5d5da
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff
changeset
|
2 |
var str = <<EOF |
e98a3ba5d5da
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff
changeset
|
3 |
^ |
47217 | 4 |
test/nashorn/script/error/heredoc_nse.js:33:5 Expected ; but found is |
31098
e98a3ba5d5da
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff
changeset
|
5 |
This is a multiple line string |
e98a3ba5d5da
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff
changeset
|
6 |
^ |
47217 | 7 |
test/nashorn/script/error/heredoc_nse.js:34:7 Expected ; but found a |
31098
e98a3ba5d5da
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff
changeset
|
8 |
inside a heredoc |
e98a3ba5d5da
8086032: Add compiler error tests when syntax extensions are used with --no-syntax-extensions option
sundar
parents:
diff
changeset
|
9 |
^ |