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
[BUGFIX] Fix comment parsing to support multiple comments (#671) (#671)
Because of an eager consumption of whitespace, the rule parsing would
swallow a trailing comment, meaning the comment for the next rule would
be affected. This patch addresses this by only consuming real whitespace
without comments after a rule.
Fixes#173
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
0 commit comments