Skip to content

Commit 323758d

Browse files
committed
update tests
1 parent e5937e0 commit 323758d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

analysis/tests/src/expected/DocExtraction2.res.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ preferring found resi file for impl: src/DocExtraction2.resi
2121
"docstrings": ["Makerz of stuffz."]
2222
},
2323
{
24-
"id": "InnerModule.DocExtraction2",
24+
"id": "DocExtraction2.InnerModule",
2525
"name": "InnerModule",
2626
"kind": "module",
2727
"items": [

analysis/tests/src/expected/DocExtraction2.resi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extracting docs for src/DocExtraction2.resi
2020
"docstrings": ["Makerz of stuffz."]
2121
},
2222
{
23-
"id": "InnerModule.DocExtraction2",
23+
"id": "DocExtraction2.InnerModule",
2424
"name": "InnerModule",
2525
"kind": "module",
2626
"items": [

analysis/tests/src/expected/DocExtractionRes.res.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extracting docs for src/DocExtractionRes.res
4242
"docstrings": ["Stuff goes offline."]
4343
},
4444
{
45-
"id": "SomeInnerModule.DocExtractionRes",
45+
"id": "DocExtractionRes.SomeInnerModule",
4646
"name": "SomeInnerModule",
4747
"kind": "module",
4848
"items": [
@@ -89,7 +89,7 @@ extracting docs for src/DocExtractionRes.res
8989
}]
9090
},
9191
{
92-
"id": "AnotherModule.DocExtractionRes",
92+
"id": "DocExtractionRes.AnotherModule",
9393
"name": "AnotherModule",
9494
"kind": "module",
9595
"items": [
@@ -140,7 +140,7 @@ extracting docs for src/DocExtractionRes.res
140140
}]
141141
},
142142
{
143-
"id": "ModuleWithThingsThatShouldNotBeExported.DocExtractionRes",
143+
"id": "DocExtractionRes.ModuleWithThingsThatShouldNotBeExported",
144144
"name": "ModuleWithThingsThatShouldNotBeExported",
145145
"kind": "module",
146146
"items": [

0 commit comments

Comments
 (0)