-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
find_spans()
of CheckableChunk
only checks for linefeed as newline.
#124
Comments
find_spans()
of CheckablChunk
only checks for linefeed as newline.find_spans()
of CheckableChunk
only checks for linefeed as newline.
I'm investigating this in branch |
Ping 🙃 |
Hopsa, I guess I should have a look again :D thanks for the reminder! |
No worries, also #137 ;) - might be easier to do it at all at once |
Any roadblocks I could help with? |
Nope, just me not having enough time. As you suggested I'm actually doing #137. It makes more sense to rewrite the whole thing |
Describe the bug
Method
find_spans()
inchunk.rs
only recgonizes a linefeed as newlines, but should also acknowledge CRLF and friends. SeeFIXME
inchunk.rs:219
.To Reproduce
Steps to reproduce the behaviour:
\r\n
as newlinecargo spellcheck
on that filefind_spans()
will be brokenExpected behavior
Everything works on files with
\r\n
as expected.Please complete the following information:**
cargo-spellcheck 0.4.7-alpha.0
The text was updated successfully, but these errors were encountered: