We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f2a63 commit c5d10c5Copy full SHA for c5d10c5
test/PowerShellEditorServices.Test.Shared/Refactoring/Variables/RefactorVariableTestCases.cs
@@ -7,9 +7,9 @@ public class RefactorVariableTestCases
7
[
8
new ("SimpleVariableAssignment.ps1", Line: 1, Column: 1),
9
new ("VariableCommandParameter.ps1", Line: 3, Column: 17),
10
- new ("VariableCommandParameter.ps1", Line: 10, Column: 9),
11
- new ("VariableCommandParameterSplatted.ps1", Line: 16, Column: 5),
12
- new ("VariableCommandParameterSplatted.ps1", Line: 21, Column: 11),
+ new ("VariableCommandParameter.ps1", Line: 10, Column: 10),
+ new ("VariableCommandParameterSplatted.ps1", Line: 3, Column: 19 ),
+ new ("VariableCommandParameterSplatted.ps1", Line: 21, Column: 12),
13
new ("VariableDotNotationFromInnerFunction.ps1", Line: 1, Column: 1),
14
new ("VariableDotNotationFromInnerFunction.ps1", Line: 11, Column: 26),
15
new ("VariableInForeachDuplicateAssignment.ps1", Line: 6, Column: 18),
0 commit comments