microsoft/dotstrings

The regex based parser is brittle and likely to cause issues

Opened this issue · 2 comments

We should write a custom parser for the files to extract the info

and the entry regex is way too strict. it does not count for spaces between the equal sign.

also i found another issues the parse will fail on entries that are like this:

"key" = "value that separated with newline 
continued here";