gurkankaymak / hocon

go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config
MIT License
79 stars 17 forks source link

Fixed trailing comma comments bug #42

Closed jroper closed 1 year ago

jroper commented 1 year ago

Fixes #41

If an array has a trailing comma, and that comma is followed by a comment before the array is terminated, this ensures that it parses successfully.