Files
codeql/javascript/ql/test/library-tests/Comments/comments.js

8 lines
139 B
JavaScript

// line comment
/* block comment */
stuff <!-- HTML comment start
/** doc comment */
--> HTML comment end
/*start*/function f() {/*end*/}