Skip to content

Commit bda4ac9

Browse files
heckjQuietMisdreavus
authored andcommitted
adds a base symbolgraph for Snippets test fixture
Supports fixing an issue confusing snippets as both "main" and "extension" symbolgraphs for a particular module. The fix in swift-docc-symbolkit fails this specific fixture since it doesn't currently have a "main" graph, even empty as this one, to extend from. With this in place, the tests fully pass for properly resolving snippets symbolgraphs reliably.
1 parent f983d21 commit bda4ac9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"metadata": {
3+
"formatVersion": {
4+
"major": 0,
5+
"minor": 6,
6+
"patch": 0
7+
},
8+
"generator": "SwiftPM"
9+
},
10+
"module": {
11+
"name": "Snippets",
12+
"platform": {}
13+
},
14+
"symbols": [],
15+
"relationships": []
16+
}

0 commit comments

Comments
 (0)