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 d2fad97 commit cc198dfCopy full SHA for cc198df
test/unit/string.spec.ts
@@ -132,6 +132,7 @@ test.each([
132
{ inp: "hello test", searchValue: "t" },
133
{ inp: "hello test", searchValue: "h" },
134
{ inp: "hello test", searchValue: "invalid" },
135
+ { inp: "hello.test", searchValue: "." },
136
])("string.indexOf (%p)", ({ inp, searchValue }) => {
137
const result = util.transpileAndExecute(`return "${inp}".indexOf("${searchValue}")`);
138
0 commit comments