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
parser: verilog.lex: remove \r from TK_EOL_COMMENT for DOS newlines
DOS newlines (\r\n) leak the \r character into TK_EOL_COMMENT token. If
the formatter changes the newline mode from UNIX into DOS, the original
and the formatted version will be lexically different, triggering an
error inside the VerifyFormatting
0 commit comments