mirror of
https://github.com/github/codeql.git
synced 2025-12-26 13:46:31 +01:00
33 lines
1018 B
Plaintext
33 lines
1018 B
Plaintext
#10000=@"/comments.json;sourcefile"
|
|
files(#10000,"/comments.json")
|
|
#10001=@"/;folder"
|
|
folders(#10001,"/")
|
|
containerparent(#10001,#10000)
|
|
#10002=@"loc,{#10000},0,0,0,0"
|
|
locations_default(#10002,#10000,0,0,0,0)
|
|
hasLocation(#10000,#10002)
|
|
#20000=*
|
|
json(#20000,5,#10000,0,"{\n // ... ts */\n}")
|
|
#20001=@"loc,{#10000},1,1,5,1"
|
|
locations_default(#20001,#10000,1,1,5,1)
|
|
json_locations(#20000,#20001)
|
|
#20002=*
|
|
json(#20002,3,#20000,0,"""world""")
|
|
#20003=@"loc,{#10000},3,12,3,18"
|
|
locations_default(#20003,#10000,3,12,3,18)
|
|
json_locations(#20002,#20003)
|
|
json_literals("world","""world""",#20002)
|
|
json_properties(#20000,"hello",#20002)
|
|
#20004=*
|
|
json_errors(#20004,"Error: Comments are not legal in JSON.")
|
|
#20005=@"loc,{#10000},2,3,2,3"
|
|
locations_default(#20005,#10000,2,3,2,3)
|
|
json_locations(#20004,#20005)
|
|
#20006=*
|
|
json_errors(#20006,"Error: Comments are not legal in JSON.")
|
|
#20007=@"loc,{#10000},4,3,4,3"
|
|
locations_default(#20007,#10000,4,3,4,3)
|
|
json_locations(#20006,#20007)
|
|
numlines(#10000,5,0,0)
|
|
filetype(#10000,"json")
|