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
When the text input uses CRLF (\r\n) line endings the parser takes very long (with just a few lines) or does not return at all. As a workaround example files should always use linefeeds (\n) only. For a proper solution the grammar should be modified to prevent the parser from stalling.
The text was updated successfully, but these errors were encountered:
When the text input uses CRLF (
\r\n
) line endings the parser takes very long (with just a few lines) or does not return at all. As a workaround example files should always use linefeeds (\n
) only. For a proper solution the grammar should be modified to prevent the parser from stalling.The text was updated successfully, but these errors were encountered: