Files
codeql/javascript/ql/test/library-tests/YAML/Eval.ql
Anders Schack-Mulligen e58094c732 Javascript: Autoformat.
2019-01-11 11:02:42 +01:00

6 lines
89 B
Plaintext

import semmle.javascript.YAML
from YAMLNode n
where not n.eval() = n
select n, n.eval()