Skip to content

Commit c94c1b4

Browse files
committed
Update expected results.
1 parent 6ef5ba0 commit c94c1b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

testsuite/ada_lsp/signature.generic/test.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@
159159
"result": {
160160
"signatures": [
161161
{
162-
"label": "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;",
163-
"documentation": "Source:",
162+
"label": "generic\n type Elt_Type(<>) is limited private;\n type Elt_Ptr is access all Elt_Type;\npackage G",
163+
"documentation": "Source:\n\n@formal Elt_Type\n@formal Elt_Ptr",
164164
"parameters": [
165165
{
166166
"label": "Elt_Type"
@@ -260,8 +260,8 @@
260260
"activeSignatureHelp": {
261261
"signatures": [
262262
{
263-
"label": "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;",
264-
"documentation": "Source:",
263+
"label": "generic\n type Elt_Type(<>) is limited private;\n type Elt_Ptr is access all Elt_Type;\npackage G",
264+
"documentation": "Source:\n\n@formal Elt_Type\n@formal Elt_Ptr",
265265
"parameters": [
266266
{
267267
"label": "Elt_Type"
@@ -285,8 +285,8 @@
285285
"result": {
286286
"signatures": [
287287
{
288-
"label": "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;",
289-
"documentation": "Source:",
288+
"label": "generic\n type Elt_Type(<>) is limited private;\n type Elt_Ptr is access all Elt_Type;\npackage G",
289+
"documentation": "Source:\n\n@formal Elt_Type\n@formal Elt_Ptr",
290290
"parameters": [
291291
{
292292
"label": "Elt_Type"

0 commit comments

Comments
 (0)