Skip to content

inline comments in inline table array #1

@justiceb

Description

@justiceb

The following TOML strings fails:

MyTableArray=[
{value=1 },
{value=1 },
#{value=1 },
{value=1 },
{value=1 },
]

It looks like the string array of regular expressions fails to find the next token when getting to the line with the comment. Still trying to wrap my head around the regular expression list, but it seems like we might need to improve token #14 for finding the start of an inline table

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