Skip to content

Commit 7e69d30

Browse files
committed
SA16-050 Update expected results: GNATdoc doesn't reformat code.
1 parent aed193d commit 7e69d30

File tree

1 file changed

+2
-2
lines changed
  • testsuite/ada_lsp/SB21-042.tooltips.aspects

1 file changed

+2
-2
lines changed

testsuite/ada_lsp/SB21-042.tooltips.aspects/test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"result": {
161161
"contents": [
162162
{
163-
"value": "type My_New_Record is new My_Record with\n Record\n J : Integer := 2;\n K : Integer := 3;\nend record with Alignment => (8);",
163+
"value": "type My_New_Record is new My_Record with\n Record\n J : Integer := 2;\n K : Integer := 3;\n end record with Alignment => (8);",
164164
"language": "ada"
165165
},
166166
"at foo.adb (8:4)"
@@ -448,7 +448,7 @@
448448
"result": {
449449
"contents": [
450450
{
451-
"value": "type My_New_Record is new My_Record with\n Record\n J : Integer := 2;\n K : Integer := 3;\nend record with Alignment => (8);",
451+
"value": "type My_New_Record is new My_Record with\n Record\n J : Integer := 2;\n K : Integer := 3;\n end record with Alignment => (8);",
452452
"language": "ada"
453453
},
454454
"at foo.adb (8:4)"

0 commit comments

Comments
 (0)