File tree Expand file tree Collapse file tree 3 files changed +60
-56
lines changed Expand file tree Collapse file tree 3 files changed +60
-56
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ public override void Populate(TextWriter trapFile)
21
21
var item1 = EntityConstructor . ConstructAppropriateEntity ( PowerShellContext , Fragment . Clauses [ index ] . Item1 ) ;
22
22
var item2 = EntityConstructor . ConstructAppropriateEntity ( PowerShellContext , Fragment . Clauses [ index ] . Item2 ) ;
23
23
trapFile . if_statement_clause ( this , index , item1 , item2 ) ;
24
- index ++ ;
25
24
}
26
25
if ( Fragment . ElseClause is not null )
27
26
{
Original file line number Diff line number Diff line change 375
375
| Statements/UseProcessBlockForPipelineCommand.ps1:4:5:10:12 | {...} | Statements/UseProcessBlockForPipelineCommand.ps1:2:1:11:2 | {...} |
376
376
| Statements/UseProcessBlockForPipelineCommand.ps1:5:9:5:39 | Parameter | Statements/UseProcessBlockForPipelineCommand.ps1:5:9:7:16 | Number |
377
377
| Statements/UseProcessBlockForPipelineCommand.ps1:5:9:7:16 | Number | Statements/UseProcessBlockForPipelineCommand.ps1:4:5:8:6 | param(...) |
378
- | Statements/UseProcessBlockForPipelineCommand.ps1:5:20:5:37 | True | Statements/UseProcessBlockForPipelineCommand.ps1:5:9 :5:39 | Parameter |
379
- | Statements/UseProcessBlockForPipelineCommand.ps1:5:20:5:37 | True | Statements/UseProcessBlockForPipelineCommand.ps1:5:20 :5:37 | True |
378
+ | Statements/UseProcessBlockForPipelineCommand.ps1:5:20:5:37 | True | Statements/UseProcessBlockForPipelineCommand.ps1:5:20 :5:37 | ValueFromPipeline |
379
+ | Statements/UseProcessBlockForPipelineCommand.ps1:5:20:5:37 | ValueFromPipeline | Statements/UseProcessBlockForPipelineCommand.ps1:5:9 :5:39 | Parameter |
380
380
| Statements/UseProcessBlockForPipelineCommand.ps1:6:9:6:14 | int | Statements/UseProcessBlockForPipelineCommand.ps1:5:9:7:16 | Number |
381
381
| Statements/UseProcessBlockForPipelineCommand.ps1:10:5:10:12 | Number | Statements/UseProcessBlockForPipelineCommand.ps1:4:5:10:12 | {...} |
382
382
| Statements/UseProcessBlockForPipelineCommand.ps1:10:5:10:12 | Number | Statements/UseProcessBlockForPipelineCommand.ps1:10:5:10:12 | Number |
You can’t perform that action at this time.
0 commit comments