-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New line parsing not working correctly in 0.6.0 #35
Comments
Thanks for the heads up I'll see to fixing this ASAP. |
Ygg01
added a commit
that referenced
this issue
Oct 23, 2023
The issue is caused by newline special case CRLF being ignored by parser, when the line is empty.
Merged
Ygg01
added a commit
that referenced
this issue
Oct 23, 2023
The issue is caused by newline special case CRLF being ignored by parser, when the line is empty.
@JosefNemec Did 0.6.1 fix the issue? |
Works properly with 0.6.1, thanks for the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 0.5.0, following CLRF formatted string:
was returned properly as
but 0.6.0 now returns:
Full file I'm adding as a resource via
File.ReadAllText
: en_US.zipThe text was updated successfully, but these errors were encountered: