File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
testsuite/ada_lsp/T318-086.suppress.separates.0 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 288
288
"character" : 29
289
289
}
290
290
},
291
- "newText" : " \n is \n use Ada.Characters.Conversions;\n use Ada.Numerics.Elementary_Functions;\n B : Boolean;\n begin \n Put_Line (\" Separate_Do_Nothing\" );\n Put_Line (Ada.Numerics.Elementary_Functions.Log (10.0)'Image);\n Ada.Assertions.Assert (1 = 1);\n Ada.Assertions.Assert (Is_Character (Wide_Character'('a')));\n B := Baz (2);\n end Bar;\n "
291
+ "newText" : " \n is \n use Ada.Characters.Conversions;\n use Ada.Numerics.Elementary_Functions;\n\n B : Boolean;\n begin \n Put_Line (\" Separate_Do_Nothing\" );\n Put_Line (Ada.Numerics.Elementary_Functions.Log (10.0)'Image);\n Ada.Assertions.Assert (1 = 1);\n Ada.Assertions.Assert (Is_Character (Wide_Character'('a')));\n B := Baz (2);\n end Bar;\n "
292
292
}
293
293
]
294
294
},
You can’t perform that action at this time.
0 commit comments