Wrong parsing of quotes
Opened this issue · 0 comments
ncfavier commented
foo = { "bar" = "baz" }
Results in the literal string "bar"
for the key. The quotes should be stripped.
Opened this issue · 0 comments
foo = { "bar" = "baz" }
Results in the literal string "bar"
for the key. The quotes should be stripped.