-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededparserIssues related to PowerShell script parsingIssues related to PowerShell script parsing
Description
Get-Content ./query`(`).json | ForEach-Object { 1 }
# ^ `{` unexpected
Get-Content ./query`(.json | ForEach-Object {}
# ^ `{` unexpected
Get-Content ./query.json | ForEach-Object {}
Get-Content query`(.json | ForEach-Object {}
Get-Content ./x.json | ForEach-Object {}
Get-Content x`(.json | ForEach-Object {}
Get-Content ./`(.json | ForEach-Object {}
Get-Content ./.json | ForEach-Object {}
Get-Content .json | ForEach-Object {}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededparserIssues related to PowerShell script parsingIssues related to PowerShell script parsing