toml-node icon indicating copy to clipboard operation
toml-node copied to clipboard

Cannot parse inline table with quoted key

Open bungcip opened this issue 6 years ago • 0 comments

toml-node cannot parse the following valid toml

str-key = { "a" = 1 }

Error at line 1 column 13: Expected "}", [ \t] or [A-Za-z0-9_-] but """ found.

bungcip avatar Nov 05 '17 19:11 bungcip