Skip to content

Commit

Permalink
Merge remote branch 'origin/master' into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-merge committed Jul 16, 2024
2 parents 04dfdb6 + 9109004 commit b24852c
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,6 @@
"wait": []
}
},
{
"send": {
"request": {
"jsonrpc": "2.0",
"method": "textDocument/didOpen",
"params": {
"textDocument": {
"uri": "$URI{main.adb}",
"languageId": "ada",
"version": 1,
"text": "\nprocedure Main is\n Obj : My_Int := (A => 10);\nbegin\n Bar.Do_N\nend Main;\n"
}
}
},
"wait": []
}
},
{
"send": {
"request": {
Expand Down Expand Up @@ -108,6 +91,23 @@
]
}
},
{
"send": {
"request": {
"jsonrpc": "2.0",
"method": "textDocument/didOpen",
"params": {
"textDocument": {
"uri": "$URI{main.adb}",
"languageId": "ada",
"version": 1,
"text": "\nprocedure Main is\n Obj : My_Int := (A => 10);\nbegin\n Bar.Do_N\nend Main;\n"
}
}
},
"wait": []
}
},
{
"send": {
"request": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,6 @@
"wait": []
}
},
{
"send": {
"request": {
"jsonrpc": "2.0",
"method": "textDocument/didOpen",
"params": {
"textDocument": {
"uri": "$URI{main.adb}",
"languageId": "ada",
"version": 1,
"text": "\nprocedure Main is\n Obj : My_Int := (A => 10);\nbegin\n Ba\nend Main;\n"
}
}
},
"wait": []
}
},
{
"send": {
"request": {
Expand Down Expand Up @@ -107,6 +90,23 @@
]
}
},
{
"send": {
"request": {
"jsonrpc": "2.0",
"method": "textDocument/didOpen",
"params": {
"textDocument": {
"uri": "$URI{main.adb}",
"languageId": "ada",
"version": 1,
"text": "\nprocedure Main is\n Obj : My_Int := (A => 10);\nbegin\n Ba\nend Main;\n"
}
}
},
"wait": []
}
},
{
"send": {
"request": {
Expand Down
34 changes: 17 additions & 17 deletions testsuite/ada_lsp/completion.invisible.insert_with_clause/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,6 @@
"wait": []
}
},
{
"send": {
"request": {
"jsonrpc": "2.0",
"method": "textDocument/didOpen",
"params": {
"textDocument": {
"uri": "$URI{main.adb}",
"languageId": "ada",
"version": 1,
"text": "\nprocedure Main is\n Obj : My_Int := (A => 10);\nbegin\n Do_N\nend Main;\n"
}
}
},
"wait": []
}
},
{
"send": {
"request": {
Expand Down Expand Up @@ -108,6 +91,23 @@
]
}
},
{
"send": {
"request": {
"jsonrpc": "2.0",
"method": "textDocument/didOpen",
"params": {
"textDocument": {
"uri": "$URI{main.adb}",
"languageId": "ada",
"version": 1,
"text": "\nprocedure Main is\n Obj : My_Int := (A => 10);\nbegin\n Do_N\nend Main;\n"
}
}
},
"wait": []
}
},
{
"send": {
"request": {
Expand Down

0 comments on commit b24852c

Please sign in to comment.