Skip to content

Commit f537b1e

Browse files
committed
Update test after switch to GNATdoc for generics
1 parent a6bbe72 commit f537b1e

File tree

1 file changed

+2
-2
lines changed
  • testsuite/ada_lsp/T713-012.completion.generic_package

1 file changed

+2
-2
lines changed

testsuite/ada_lsp/T713-012.completion.generic_package/test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
"label": "Params of G",
277277
"kind": 15,
278278
"detail": "generic\n type Elt_Type(<>) is limited private;\n type Elt_Ptr is access all Elt_Type;\npackage G is\n type T(Length: Natural) is private;\n type T_Ptr is access all T;\nprivate\n type Elt_Array is array(Positive range <>) of Elt_Ptr;\n type T(Length: Natural) is\n\trecord\n\t Elts: Elt_Array(1..Length);\n\tend record;\nend G;",
279-
"documentation": "at g.ads (3:1)\n\nSource:",
279+
"documentation": "at g.ads (3:1)\n\nSource:\n\n@formal Elt_Type\n@formal Elt_Ptr",
280280
"sortText": "+0",
281281
"insertText": "${1:Elt_Type : type Elt_Type(<>) is limited private;}, ${2:Elt_Ptr : type Elt_Ptr is access all Elt_Type;})$0",
282282
"insertTextFormat": 2,
@@ -517,7 +517,7 @@
517517
"label": "Params of G",
518518
"kind": 15,
519519
"detail": "generic\n type Elt_Type(<>) is limited private;\n type Elt_Ptr is access all Elt_Type;\npackage G is\n type T(Length: Natural) is private;\n type T_Ptr is access all T;\nprivate\n type Elt_Array is array(Positive range <>) of Elt_Ptr;\n type T(Length: Natural) is\n\trecord\n\t Elts: Elt_Array(1..Length);\n\tend record;\nend G;",
520-
"documentation": "at g.ads (3:1)\n\nSource:",
520+
"documentation": "at g.ads (3:1)\n\nSource:\n\n@formal Elt_Type\n@formal Elt_Ptr",
521521
"sortText": "+0",
522522
"insertText": " Elt_Ptr => ${2:type Elt_Ptr is access all Elt_Type;})$0",
523523
"insertTextFormat": 2,

0 commit comments

Comments
 (0)