Skip to content

Allow single-quoted strings as keys #354

@lambda-fairy

Description

@lambda-fairy

The following constructs don't work:

[foo.'bar']
# ...
[foo]
'bar' = 42

But this does:

[foo]
bar = 'baz'

Since key names look a lot like strings, I think it'd be more consistent if they accepted the full string syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions