mirror of https://github.com/tc39/test262.git
Remove redundant assert
This commit is contained in:
parent
c6fd7eb602
commit
ae0de0b6bb
|
@ -31,7 +31,6 @@ for (const text of [
|
|||
let segments = [];
|
||||
for (const v of seg.segment(text)) {
|
||||
assert.sameValue("boolean", typeof v.isWordLike);
|
||||
assert([true, false].includes(v.isWordLike), v.isWordLike);
|
||||
assert.sameValue("string", typeof v.segment);
|
||||
assert(v.segment.length > 0);
|
||||
segments.push(v.segment);
|
||||
|
|
Loading…
Reference in New Issue