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