test/nashorn/script/basic/es6/generator.js.EXPECTED
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
     1 java.lang.RuntimeException: test/script/basic/es6/generator.js#34:6<eval>:1:17 ES6 generator is not yet implemented
     1 java.lang.RuntimeException: test/nashorn/script/basic/es6/generator.js#34:6<eval>:1:17 ES6 generator is not yet implemented
     2 function* func() { yield 1; }
     2 function* func() { yield 1; }
     3                  ^
     3                  ^
     4 java.lang.RuntimeException: test/script/basic/es6/generator.js#34:6<eval>:1:23 ES6 generator is not yet implemented
     4 java.lang.RuntimeException: test/nashorn/script/basic/es6/generator.js#34:6<eval>:1:23 ES6 generator is not yet implemented
     5 ({ * generatorMethod() { yield 1; } })
     5 ({ * generatorMethod() { yield 1; } })
     6                        ^
     6                        ^
     7 java.lang.RuntimeException: test/script/basic/es6/generator.js#34:6<eval>:1:23 ES6 generator is not yet implemented
     7 java.lang.RuntimeException: test/nashorn/script/basic/es6/generator.js#34:6<eval>:1:23 ES6 generator is not yet implemented
     8 var func = function*() { yield 1; }
     8 var func = function*() { yield 1; }
     9                        ^
     9                        ^