Skip to content
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

fix parsing CRLF files, part 2 #4

Merged
merged 1 commit into from
Sep 24, 2021
Merged

fix parsing CRLF files, part 2 #4

merged 1 commit into from
Sep 24, 2021

Commits on Sep 20, 2021

  1. fix parsing CRLF files, part 2

    I hadn't noticed we also used len(line) to work out offsets.
    Since those are offsets into the input file,
    they must use the original line length before trimming.
    mvdan committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    97e3a9a View commit details
    Browse the repository at this point in the history