fortran-lang / fortls

fortls - Fortran Language Server
https://fortls.fortran-lang.org/
MIT License
258 stars 41 forks source link

fix(parser): preproc operator mixed with line cont #399

Closed gnikit closed 6 months ago

gnikit commented 6 months ago

The logical operator && present in the preprocessor expressions interfered with the line continuation operator & thus resulting into invalid syntax

Fixed #398

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.14%. Comparing base (a5fc5ed) to head (306e11d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #399 +/- ## ========================================== + Coverage 87.99% 88.14% +0.15% ========================================== Files 35 35 Lines 4788 4790 +2 ========================================== + Hits 4213 4222 +9 + Misses 575 568 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.