We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea26196 commit b0b77d3Copy full SHA for b0b77d3
test/example-test.ts
@@ -28,6 +28,5 @@ it("example", () => {
28
const inputPatterns = ["a \\w+"];
29
30
const results = matchPatterns(inputText, inputPatterns);
31
- console.log(results);
32
assert.deepStrictEqual(results, [{ match: "a pen", startIndex: 8, endIndex: 13 }]);
33
});
0 commit comments