mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
JavaScript: Open-source extractor.
This commit is contained in:
5
javascript/extractor/tests/json/input/comments.json
Normal file
5
javascript/extractor/tests/json/input/comments.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
// comments aren't legal JSON
|
||||
"hello": "world"
|
||||
/* no, not even block comments */
|
||||
}
|
||||
Reference in New Issue
Block a user