intellij-powershell icon indicating copy to clipboard operation
intellij-powershell copied to clipboard

Tests: check for how scoped variables are passed to Clear-Item

Open ForNeVeR opened this issue 1 year ago • 0 comments

See the code near this line: https://github.com/ant-druha/intellij-powershell/blob/baccc65fb41e834e8eb66642911f1a1259926856/src/test/resources/testData/parser/StdCmdlets.ps1#L13

So, it is a test chat's supposed to check variable passing to the Clear-Item cmdlet.

Currently, it is not parsed as a variable reference by the plugin. We should check what actual syntactic construct is that, and update the parser accordingly (or leave it as-is and drop the TODO comment).

ForNeVeR avatar Mar 03 '24 22:03 ForNeVeR