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 ca53e97 commit 9e78755Copy full SHA for 9e78755
javascript/ql/test/library-tests/TripleDot/underscore.string.js
@@ -40,9 +40,9 @@ function strToStr() {
40
41
function strToArray() {
42
sink(s.chop(source("s1"), 3)); // $ MISSING: hasTaintFlow=s1
43
- sink(s.chars(source("s2")[0])); // $ MISSING: hasTaintFlow=s2
44
- sink(s.words(source("s3")[0])); // $ MISSING: hasTaintFlow=s3
45
- sink(s.lines(source("s7")[0])); // $ MISSING: hasTaintFlow=s7
+ sink(s.chars(source("s2"))[0]); // $ hasTaintFlow=s2
+ sink(s.words(source("s3"))[0]); // $ hasTaintFlow=s3
+ sink(s.lines(source("s7"))[0]); // $ hasTaintFlow=s7
46
sink(s.chop(source("s1"), 3).length);
47
}
48
0 commit comments