mirror of https://github.com/tc39/test262.git
Improve documentation for assert.compareIterator.
This commit is contained in:
parent
745f3c01aa
commit
5d8ebdff05
|
@ -13,7 +13,7 @@ defines: [assert.compareIterator]
|
|||
// yield 3;
|
||||
// }
|
||||
//
|
||||
// compareIterator(numbers(), [
|
||||
// assert.compareIterator(numbers(), [
|
||||
// v => assert.sameValue(v, 1),
|
||||
// v => assert.sameValue(v, 2),
|
||||
// v => assert.sameValue(v, 3),
|
||||
|
|
Loading…
Reference in New Issue