ant-druha/intellij-powershell

TODO in a test on argument separation in command parser

Opened this issue · 0 comments

See the code near this line:

cd (Get-Location)\pip #command with 2 arguments: (Get-Location) and \pip todo: check it is really works

So, this is in a test that checks how the command arguments are parsed. We should check if the comment corresponds to the actual PowerShell implementation, and if our current parser also corresponds to this.