ant-druha/intellij-powershell

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

ForNeVeR opened this issue · 0 comments

See the code near this line:

#Clear-Item Variable:Count #todo no need to specify '$' for the variable?

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).