Closed sholsapp closed 1 year ago
The following HOCON fails to parse with missing comma! at: 2:16, values should have comma or ASCII newline ('\n') between them.
missing comma! at: 2:16, values should have comma or ASCII newline ('\n') between them
x { a.b = 100foo }
One can work around the issue by quoting the value if it does not contain a substitution.
The following HOCON fails to parse with
missing comma! at: 2:16, values should have comma or ASCII newline ('\n') between them
.One can work around the issue by quoting the value if it does not contain a substitution.