Skip to content

Commit

Permalink
Format the JSON a little
Browse files Browse the repository at this point in the history
..
  • Loading branch information
helje5 committed Jul 19, 2021
1 parent 3f88322 commit ff9db98
Showing 1 changed file with 49 additions and 2 deletions.
51 changes: 49 additions & 2 deletions Tests/DocCArchiveTests/Fixtures/Issue7Fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,55 @@
"role":"symbol",
"symbolKind":"struct",
"externalID":"s:12LLabsNetwork4HTTPV",
"modules":[{"name":"LLabsNetwork"}],"navigatorTitle":[{"kind":"identifier","text":"HTTP"}]},"hierarchy":{"paths":[["doc://LLabsNetwork/documentation/LLabsNetwork"]]},"topicSections":[{"title":"Enumerations","identifiers":["doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Code","doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Method"]}],"references":{"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP":{"role":"symbol","title":"HTTP","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HTTP"}],"abstract":[],"identifier":"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"HTTP"}],"url":"/documentation/llabsnetwork/http"},"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Method":{"role":"symbol","title":"HTTP.Method","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Method"}],"abstract":[{"type":"text","text":"HTTP verbs."}],"identifier":"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Method","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Method"}],"url":"/documentation/llabsnetwork/http/method"},"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Code":{"role":"symbol","title":"HTTP.Code","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Code"}],"abstract":[{"type":"text","text":"A list of HTTP codes"}],"identifier":"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Code","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Code"}],"url":"/documentation/llabsnetwork/http/code"},"doc://LLabsNetwork/documentation/LLabsNetwork":{"role":"collection","title":"LLabsNetwork","abstract":[],
"identifier":"doc://LLabsNetwork/documentation/LLabsNetwork",
"modules":[{"name":"LLabsNetwork"}],
"navigatorTitle":[{"kind":"identifier","text":"HTTP"}]

},
"hierarchy":{
"paths":[["doc://LLabsNetwork/documentation/LLabsNetwork"]]
},
"topicSections":[
{"title":"Enumerations","identifiers":["doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Code","doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Method"]}
],
"references":{
"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP":{
"role":"symbol","title":"HTTP",
"fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"HTTP"}],
"abstract":[],
"identifier":"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP",
"kind":"symbol","type":"topic",
"navigatorTitle":[
{"kind":"identifier","text":"HTTP"}
],
"url":"/documentation/llabsnetwork/http"
},
"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Method":{
"role":"symbol","title":"HTTP.Method",
"fragments":[
{"kind":"keyword","text":"enum"},
{"kind":"text","text":" "},
{"kind":"identifier","text":"Method"}
],
"abstract":[{"type":"text","text":"HTTP verbs."}],
"identifier":"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Method",
"kind":"symbol","type":"topic",
"navigatorTitle":[
{"kind":"identifier","text":"Method"}
],
"url":"/documentation/llabsnetwork/http/method"
},
"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Code":{
"role":"symbol","title":"HTTP.Code",
"fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"Code"}],
"abstract":[{"type":"text","text":"A list of HTTP codes"}],
"identifier":"doc://LLabsNetwork/documentation/LLabsNetwork/HTTP/Code",
"kind":"symbol","type":"topic",
"navigatorTitle":[{"kind":"identifier","text":"Code"}],
"url":"/documentation/llabsnetwork/http/code"
},
"doc://LLabsNetwork/documentation/LLabsNetwork":{
"role":"collection","title":"LLabsNetwork","abstract":[],
"identifier":"doc://LLabsNetwork/documentation/LLabsNetwork",
"kind":"symbol","type":"topic","url":"/documentation/llabsnetwork"
}
}
Expand Down

0 comments on commit ff9db98

Please sign in to comment.