Closed apop5 closed 4 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.39%. Comparing base (
ce85203
) to head (8ca0480
). Report is 120 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Previously, the FDF parser would fail to parse an FDF file with statements containing a SECTION COMPRESS with additional with nested sub sections.
Below is an example of a statement the parser failed to parser:
This PR updates the parser to be able to get past the parsing of the this, by checking there is an equal in the statement line, and pass it.