File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ private IEnumerable<CorrectionExtent> GetCorrection(FunctionDefinitionAst funcDe
157157 funcDefnAst . Extent . StartLineNumber ,
158158 funcDefnAst . Extent . StartColumnNumber ,
159159 funcDefnAst . Extent . StartColumnNumber ,
160- helpBuilder . GetCommentHelp ( ) ,
160+ helpBuilder . GetCommentHelp ( ) + Environment . NewLine ,
161161 funcDefnAst . Extent . File ) ;
162162 }
163163
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ An example
5757.NOTES
5858General notes
5959#>
60+
6061'@
6162 Test-Correction $def $expectedCorrection
6263 }
@@ -86,6 +87,7 @@ An example
8687.NOTES
8788General notes
8889#>
90+
8991'@
9092 Test-Correction $def $expectedCorrection
9193 }
@@ -118,6 +120,7 @@ An example
118120.NOTES
119121General notes
120122#>
123+
121124'@
122125 Test-Correction $def $expectedCorrection
123126 }
You can’t perform that action at this time.
0 commit comments