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 #133] StringReader fails to normalize Windows line endings #145

Merged
merged 1 commit into from Apr 15, 2015
Merged

[Fix #133] StringReader fails to normalize Windows line endings #145

merged 1 commit into from Apr 15, 2015

Commits on Mar 2, 2015

  1. [Fix #133] StringReader fails to normalize Windows line endings

    [Fix #133] StringReader fails to normalize Windows line endings
    
    `\r` matches a carriage return
    
    `\n` matches a newline character.
    
    `{1, 2}` matches between either 1 or 2 of the preceding tokens
    
    This way you can start with either and should cover both linux or windows to fix #133
    kkirsche committed Mar 2, 2015
    Copy the full SHA
    16af6b0 View commit details
    Browse the repository at this point in the history