Skip to content

(Un)quoted dots do not work as expected #139

Description

@iRon7

This doesn't work as expected (no output):

$foo = @{ property = @{ id = 7 }, @{ 'child.property' = 42 } }
$foo | Get-Node property.'child.property'

Although this works fine:

$foo | Get-Node "property.'child.property'"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions