What:
When parsing an array with two consecutive commas, no parsing error is thrown. In this case we should expect a syntax error.
ex.
Potential issue:
Looks like there was a workaround for trailing commas that likely is root cause.
https://github.com/chimpler/pyhocon/blob/master/pyhocon/config_parser.py#L754-L764