test/nashorn/script/error/heredoc_nse.js.EXPECTED
author mchung
Sat, 24 Feb 2018 09:41:42 -0800
changeset 48984 b5d1fb0701d4
parent 47217 72e3ae9a25eb
permissions -rw-r--r--
8198653: ClassLoader::getSystemClassLoader throws InternalError when called after shutdown Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
     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
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
     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
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
     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
       ^