Files
codeql/javascript/ql/test/library-tests/Comments/Comments.expected
2018-08-02 17:53:23 +01:00

6 lines
323 B
Plaintext

| comments.js:1:1:1:15 | // line comment | line comment |
| comments.js:2:1:2:19 | /* block comment */ | block comment |
| comments.js:3:7:3:29 | <!-- HT ... t start | HTML comment start |
| comments.js:4:1:4:18 | /** doc comment */ | doc comment |
| comments.js:5:1:5:20 | --> HTML comment end | HTML comment end |