test/nashorn/script/error/NASHORN-668.js.EXPECTED
author erikj
Tue, 12 Sep 2017 19:03:56 +0200
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
permissions -rw-r--r--
8187444: Forest Consolidation: Make build work Reviewed-by: darcy, ihse Contributed-by: erik.joelsson@oracle.com, maurizio.cimadamore@oracle.com, sundararajan.athijegannathan@oracle.com, jonathan.gibbons@oracle.com
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/NASHORN-668.js:34:15 Repeated RegExp flag: g
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     2
var x = /xxx/gg;
16156
2824bb50078e 8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
sundar
parents: 16147
diff changeset
     3
               ^
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
     4
test/nashorn/script/error/NASHORN-668.js:36:14 Unsupported RegExp flag: X
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     5
var y = /xxx/X;
16156
2824bb50078e 8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
sundar
parents: 16147
diff changeset
     6
              ^
47217
72e3ae9a25eb 8187444: Forest Consolidation: Make build work
erikj
parents: 47216
diff changeset
     7
test/nashorn/script/error/NASHORN-668.js:38:13 Dangling meta character '*' near index 2
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     8
2**
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     9
  ^
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    10
var z = /2**/;
16156
2824bb50078e 8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
sundar
parents: 16147
diff changeset
    11
             ^