Closed k0emt closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.97%. Comparing base (
74f433e
) to head (d7d0d49
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I will look into this as soon as possible. Note that I am in the middle of moving 600 km from here, to F-land. Sorry for the delay in reacting.
This reverts commit caefd4699441244e8e469df04a402e3df8cc4497. I went back and reviewed this again. I goofed. What I was observing is not the documented intended behavior.
According to the FLE documentation for a comment the # must be in the first position on the line. However, as implemented it permits whitespace before the # (still must be the first non-whitespace character).
The # operator is overloaded. If the # occurs in any other position in the line, it should be used to indicate a Grid Square.