Files
codeql/javascript/extractor/tests/json/output/trap/duplicate-keys.json.trap
2021-09-14 10:25:42 +02:00

30 lines
878 B
Plaintext

#10000=@"/duplicate-keys.json;sourcefile"
files(#10000,"/duplicate-keys.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 "" ... "": 42\n}")
#20001=@"loc,{#10000},1,1,4,1"
locations_default(#20001,#10000,1,1,4,1)
json_locations(#20000,#20001)
#20002=*
json(#20002,2,#20000,0,"23")
#20003=@"loc,{#10000},2,10,2,11"
locations_default(#20003,#10000,2,10,2,11)
json_locations(#20002,#20003)
json_literals("23","23",#20002)
json_properties(#20000,"x",#20002)
#20004=*
json(#20004,2,#20000,1,"42")
#20005=@"loc,{#10000},3,10,3,11"
locations_default(#20005,#10000,3,10,3,11)
json_locations(#20004,#20005)
json_literals("42","42",#20004)
json_properties(#20000,"x",#20004)
numlines(#10000,4,0,0)
filetype(#10000,"json")