File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
RubberduckTests/Refactoring Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ End Sub
85
85
public void ExtractInterfaceRefactoring_ImplementProcAndFuncAndPropGetSetLet ( )
86
86
{
87
87
//Input
88
- const string inputCode =
89
- @" Public Sub Foo(ByVal arg1 As Integer, ByVal arg2 As String)
88
+ const string inputCode = @"
89
+ Public Sub Foo(ByVal arg1 As Integer, ByVal arg2 As String)
90
90
End Sub
91
91
92
92
Public Function Fizz(b) As Variant
@@ -104,8 +104,8 @@ Public Property Set Buzz(value)
104
104
var selection = new Selection ( 1 , 23 , 1 , 27 ) ;
105
105
106
106
//Expectation
107
- const string expectedCode =
108
- @" Implements ITestModule1
107
+ const string expectedCode = @"
108
+ Implements ITestModule1
109
109
110
110
111
111
Private Sub ITestModule1_Foo(ByVal arg1 As Integer, ByVal arg2 As String)
You can’t perform that action at this time.
0 commit comments