mirror of https://github.com/tc39/test262.git
rewrite values for yield star
This commit is contained in:
parent
9a7fa8cb91
commit
7ea8043fca
|
@ -99,12 +99,12 @@ static get ZW_\u200D_J() {
|
||||||
|
|
||||||
//- assertions
|
//- assertions
|
||||||
Promise.all([
|
Promise.all([
|
||||||
C.$(1).next(),
|
C.$([1]).next(),
|
||||||
C._(1).next(),
|
C._([1]).next(),
|
||||||
C.\u{6F}(1).next(),
|
C.\u{6F}([1]).next(),
|
||||||
C.\u2118(1).next(),
|
C.\u2118([1]).next(),
|
||||||
C.ZW_\u200C_NJ(1).next(),
|
C.ZW_\u200C_NJ([1]).next(),
|
||||||
C.ZW_\u200D_J(1).next(),
|
C.ZW_\u200D_J([1]).next(),
|
||||||
]).then(results => {
|
]).then(results => {
|
||||||
|
|
||||||
assert.sameValue(results[0].value, 1);
|
assert.sameValue(results[0].value, 1);
|
||||||
|
|
Loading…
Reference in New Issue