author | jjg |
Fri, 12 May 2017 10:43:28 -0700 | |
changeset 45135 | d4fc433ea810 |
parent 16156 | 2824bb50078e |
permissions | -rw-r--r-- |
16156
2824bb50078e
8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
sundar
parents:
16147
diff
changeset
|
1 |
test/script/error/NASHORN-668.js:34:15 Repeated RegExp flag: g |
16147 | 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 |
^ |
2824bb50078e
8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
sundar
parents:
16147
diff
changeset
|
4 |
test/script/error/NASHORN-668.js:36:14 Unsupported RegExp flag: X |
16147 | 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 |
^ |
2824bb50078e
8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
sundar
parents:
16147
diff
changeset
|
7 |
test/script/error/NASHORN-668.js:38:13 Dangling meta character '*' near index 2 |
16147 | 8 |
2** |
9 |
^ |
|
10 |
var z = /2**/; |
|
16156
2824bb50078e
8005835: NASHORN-668 output fails to compare with the corresponding .EXPECTED file
sundar
parents:
16147
diff
changeset
|
11 |
^ |