Skip to content

Commit

Permalink
Minor style change: the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Jul 28, 2023
1 parent f827401 commit 617b1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_matchAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ unit.add(module, [

eval(t.TEST('result.length === str.length + 1'));
for (let i = 0; i < result.length; ++i) {
eval(t.TEST(`result[${i}][0] === ''`));
eval(t.TEST('result[i][0] === ""'));
}
}
]);

0 comments on commit 617b1a5

Please sign in to comment.