The regex based parser is brittle and likely to cause issues
Opened this issue · 2 comments
dalemyers commented
We should write a custom parser for the files to extract the info
fla-t commented
and the entry regex is way too strict. it does not count for spaces between the equal sign.
fla-t commented
also i found another issues the parse will fail on entries that are like this:
"key" = "value that separated with newline
continued here";