fix
This commit is contained in:
parent
3ffc1e232b
commit
332ded0742
@ -67,7 +67,7 @@ test ('run non-global regex without result', (t) => {
|
||||
const data = 'foobarfoo';
|
||||
const regex = /baz/u;
|
||||
let count = 0;
|
||||
util.run_regex (regex, data, (res) => {
|
||||
util.run_regex (regex, data, () => {
|
||||
count++;
|
||||
});
|
||||
t.is (count, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user