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

5 lines
94 B
Plaintext

import javascript
from HTML::Attribute a
select a, a.getElement(), a.getName(), a.getValue()