提交 54dbfcab 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Merge pull request #14571 from CyrusNajmabadi/removeNewLines

Remove function.
......@@ -29,10 +29,6 @@ Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Diagnostics
If(compilationOptions, New VisualBasicCompilationOptions(OutputKind.DynamicallyLinkedLibrary)))
End Function
Protected Shared Function NewLines(input As String) As String
Return input.Replace("\n", vbCrLf)
End Function
Friend Overloads Async Function TestAsync(
initialMarkup As XElement, expected As XElement, Optional index As Integer = 0,
Optional compareTokens As Boolean = True, Optional priority As CodeActionPriority? = Nothing) As Threading.Tasks.Task
......
......@@ -891,7 +891,8 @@ End Namespace",
"Imports System.Collections.Generic
Namespace N1
Class Test
Private a As [|System.Collections.Generic.List(Of System.String()(,)(,,,)) |]
Private a As [|System.Collections.Generic.List(Of System.String()(,)(,,,))
|]
End Class
End Namespace",
"Imports System.Collections.Generic
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册