mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 08:24:23 +02:00
Update fresh-iterator-result.js
See https://github.com/tc39/proposal-iterator-sequencing/pull/18#issuecomment-2512825730
This commit is contained in:
parent
d5a09f40e4
commit
fc55660965
@ -46,4 +46,4 @@ let iterResult = iterator.next();
|
|||||||
assert.sameValue(iterResult.done, false);
|
assert.sameValue(iterResult.done, false);
|
||||||
assert.sameValue(iterResult.value, 123);
|
assert.sameValue(iterResult.value, 123);
|
||||||
|
|
||||||
assert.notSameValue(iterResult, oldIterResult);
|
assert.sameValue(iterResult, oldIterResult);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user