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.quickInfoIs("(parameter) f: () => string","this is optional param f");
390
390
391
391
goTo.marker('34');
392
392
verify.currentSignatureHelpDocCommentIs("this is square function\n@paramTag { number } a this is input number of paramTag\n@returnType { number } it is return type");
@@ -481,9 +481,9 @@ verify.quickInfoIs("(parameter) a: string", "this is info about a\nspanning on t
481
481
482
482
goTo.marker('48');
483
483
verify.currentSignatureHelpDocCommentIs("This is function comment\n And aligned with 4 space char margin");
484
-
verify.currentParameterHelpArgumentDocCommentIs("this is info about b\nspanning on two lines and aligned perfectly\nspanning one more line alined perfectly\n spanning another line with more margin");
484
+
verify.currentParameterHelpArgumentDocCommentIs("this is info about b\nspanning on two lines and aligned perfectly\nspanning one more line alined perfectly\nspanning another line with more margin");
485
485
goTo.marker('48aq');
486
-
verify.quickInfoIs("(parameter) b: any","this is info about b\nspanning on two lines and aligned perfectly\nspanning one more line alined perfectly\n spanning another line with more margin");
486
+
verify.quickInfoIs("(parameter) b: any","this is info about b\nspanning on two lines and aligned perfectly\nspanning one more line alined perfectly\nspanning another line with more margin");
487
487
488
488
goTo.marker('49');
489
489
verify.currentSignatureHelpDocCommentIs("This is function comment\n And aligned with 4 space char margin");
verify.quickInfoIs(undefined,"This is firstLine\nThis is second Line\n@random tag This should be third line");
130
130
goTo.marker('3');
131
-
verify.quickInfoIs(undefined,"first line of param\n\nparam information third line");
131
+
verify.quickInfoIs(undefined,"first line of param\nparam information third line");
132
132
133
133
goTo.marker('g');
134
134
verify.quickInfoIs(undefined,"This is firstLine\nThis is second Line\n@random tag This should be third line");
@@ -138,17 +138,17 @@ verify.quickInfoIs(undefined, "param information first line");
138
138
goTo.marker('h');
139
139
verify.quickInfoIs(undefined,"This is firstLine\nThis is second Line\n@random tag This should be third line");
140
140
goTo.marker('5');
141
-
verify.quickInfoIs(undefined,"param information first line\n\nparam information third line");
141
+
verify.quickInfoIs(undefined,"param information first line\nparam information third line");
142
142
143
143
goTo.marker('i');
144
144
verify.quickInfoIs(undefined,"This is firstLine\nThis is second Line");
145
145
goTo.marker('6');
146
-
verify.quickInfoIs(undefined,"param information first line\n\nparam information third line");
146
+
verify.quickInfoIs(undefined,"param information first line\nparam information third line");
147
147
148
148
goTo.marker('j');
149
149
verify.quickInfoIs(undefined,"This is firstLine\nThis is second Line");
150
150
goTo.marker('7');
151
-
verify.quickInfoIs(undefined,"param information first line\n\nparam information third line");
151
+
verify.quickInfoIs(undefined,"param information first line\nparam information third line");
152
152
153
153
goTo.marker('k');
154
154
verify.quickInfoIs(undefined,"This is firstLine\nThis is second Line\n@randomtag \n\n random information first line\n\n random information third line");
0 commit comments