Files
codeql/javascript/ql/test/tutorials/Introducing the JavaScript libraries/query3.qll
2019-03-05 08:14:47 +00:00

4 lines
116 B
Plaintext

import javascript
query predicate test_query3(HtmlLineComment c, string res) { res = "Do not use HTML comments." }