Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ForNeVeR opened this issue Mar 3, 2024 · 0 comments
Open

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

ForNeVeR opened this issue Mar 3, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed infra Tasks about build, CI and other project infrastructure parser Issues related to PowerShell script parsing

Comments

@ForNeVeR
Copy link
Collaborator

ForNeVeR commented Mar 3, 2024

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

@ForNeVeR ForNeVeR added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers parser Issues related to PowerShell script parsing infra Tasks about build, CI and other project infrastructure labels Mar 3, 2024
ForNeVeR added a commit that referenced this issue Mar 3, 2024
…, #202) Connect TODOs with the issues, TODO cleanup
ForNeVeR added a commit that referenced this issue Mar 3, 2024
…, #202) Connect TODOs with the issues, TODO cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed infra Tasks about build, CI and other project infrastructure parser Issues related to PowerShell script parsing
Projects
None yet
Development

No branches or pull requests

1 participant