You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
verify.signatureHelp({marker: "3",docComment: "this is eg of single line jsdoc style comment"});
212
-
verify.quickInfoAt("3q","function jsDocSingleLine(): void","this is eg of single line jsdoc style comment");
211
+
verify.signatureHelp({marker: "3",docComment: "this is eg of single line jsdoc style comment"});
212
+
verify.quickInfoAt("3q","function jsDocSingleLine(): void","this is eg of single line jsdoc style comment");
213
213
214
214
verify.signatureHelp({marker: "4",docComment: "this is multiple line jsdoc stule comment\nNew line1\nNew Line2"});
215
215
verify.quickInfoAt("4q","function jsDocMultiLine(): void","this is multiple line jsdoc stule comment\nNew line1\nNew Line2");
216
216
217
217
verify.signatureHelp({marker: "5",docComment: "this is multiple line jsdoc stule comment\nNew line1\nNew Line2\nShoul mege this line as well\nand this too\nAnother this one too"});
218
218
verify.quickInfoAt("5q","function jsDocMultiLineMerge(): void","this is multiple line jsdoc stule comment\nNew line1\nNew Line2\nShoul mege this line as well\nand this too\nAnother this one too");
verify.signatureHelp({marker: "40",docComment: jsdocTestDocComment,parameterDocComment: "this is inline comment for a\nit is first parameter",tags: jsdocTestTags});
433
+
verify.signatureHelp({marker: "40",docComment: jsdocTestDocComment,parameterDocComment: "this is inline comment for a\nit is first parameter",tags: jsdocTestTags});
Copy file name to clipboardExpand all lines: tests/cases/fourslash/commentsLinePreservation.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ verify.quickInfos({
141
141
7: ["(parameter) param1: string","param information first line\n\nparam information third line"],
142
142
143
143
k: ["function k(param1: string): void","This is firstLine\nThis is second Line"],
144
-
8: ["(parameter) param1: string","hello"],
144
+
8: ["(parameter) param1: string","hello"],
145
145
146
146
l: ["function l(param1: string): void","This is firstLine\nThis is second Line"],
147
147
9: ["(parameter) param1: string","first Line text\nblank line that shouldnt be shown when starting this \nsecond time information about the param again"],
0 commit comments