mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
JavaScript: Open-source extractor.
This commit is contained in:
5
javascript/extractor/tests/comments/input/comments.js
Normal file
5
javascript/extractor/tests/comments/input/comments.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// line comment
|
||||
/* block comment */
|
||||
/** doc comment */
|
||||
<!-- an HTML comment
|
||||
--> another HTML comment
|
||||
Reference in New Issue
Block a user