Wrote a script that fixes the trailing '}' and month = jan error.
I faced two issues with the example file in the MR:
- The last entry in entry_data always had a trailing '}' leading to an assertion.
- The month entry does not use the
entry = {value}
format butmonth = jan
, which broke the code. I deleted the month entries all together.
I would appreciate a review.