You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parsing logic uses the parse_line function in the standard Perl Text::ParseWords module.
The parsing logic is meant to allow you to handle cases like:
$foo = -a "the # sign" # comment
Unfortunately, it does not handle the case you have reported. I cannot think of an easy fix right away, so please avoid using apostrophes in inline comments for now.
FCM is ignoring lines that have an apostrophy in an inline comment
I expect that FCM will use the flag
-a
, however no flags actually get usedPer http://metomi.github.io/fcm/doc/user_guide/annex_cfg.html#syntax.comment any characters on a line after the
#
should get ignored. If you add a second apostrophy to the comment it gets parsed correctlyThe text was updated successfully, but these errors were encountered: