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

16 lines
464 B
Plaintext

#10000=@"/omitted.json;sourcefile"
files(#10000,"/omitted.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_errors(#20000,"Error: Omitted elements are not allowed in JSON.")
#20001=@"loc,{#10000},2,12,2,12"
locations_default(#20001,#10000,2,12,2,12)
hasLocation(#20000,#20001)
numlines(#10000,3,0,0)
filetype(#10000,"json")