Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60a748 commit ceb1929Copy full SHA for ceb1929
1 file changed
javascript/ql/test/library-tests/StringConcatenation/StringOps.ql
@@ -23,4 +23,4 @@ query StringOps::HtmlConcatenationLeaf htmlLeaf() { any() }
23
query string getStringValue(Expr e) {
24
result = e.getStringValue() and
25
e.getEnclosingFunction().getName() = "stringValue"
26
-}
+}
0 commit comments