Skip to content

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

@iRon7

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'"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions