You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: