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

43 lines
1.3 KiB
Plaintext

#10000=@"/tst.json;sourcefile"
files(#10000,"/tst.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 "" ... }\n}")
#20001=@"loc,{#10000},1,1,7,1"
locations_default(#20001,#10000,1,1,7,1)
json_locations(#20000,#20001)
#20002=*
json(#20002,3,#20000,0,"""world""")
#20003=@"loc,{#10000},2,14,2,20"
locations_default(#20003,#10000,2,14,2,20)
json_locations(#20002,#20003)
json_literals("world","""world""",#20002)
json_properties(#20000,"hello",#20002)
#20004=*
json(#20004,5,#20000,1,"{\n ... 2\n }")
#20005=@"loc,{#10000},3,10,6,5"
locations_default(#20005,#10000,3,10,6,5)
json_locations(#20004,#20005)
#20006=*
json(#20006,2,#20004,0,"23")
#20007=@"loc,{#10000},4,14,4,15"
locations_default(#20007,#10000,4,14,4,15)
json_locations(#20006,#20007)
json_literals("23","23",#20006)
json_properties(#20004,"x",#20006)
#20008=*
json(#20008,2,#20004,1,"42")
#20009=@"loc,{#10000},5,14,5,15"
locations_default(#20009,#10000,5,14,5,15)
json_locations(#20008,#20009)
json_literals("42","42",#20008)
json_properties(#20004,"y",#20008)
json_properties(#20000,"o",#20004)
numlines(#10000,7,0,0)
filetype(#10000,"json")