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

Ignore list items that overflow the int limit #50

Merged
merged 1 commit into from
Mar 13, 2017

Conversation

notriddle
Copy link
Collaborator

Fixes #49

@raphlinus raphlinus merged commit 7d4d4ec into pulldown-cmark:master Mar 13, 2017
@raphlinus
Copy link
Collaborator

Thanks!

@notriddle notriddle deleted the overflow_scanner branch March 13, 2017 15:56
petosegan added a commit to petosegan/pulldown-cmark that referenced this pull request Aug 23, 2017
scan_blank_line now returns an Option<usize>. Previously it returned a
usize, with 0 indicating a scan failure, but 0 is a valid return value
at the end of the file. This was needed to pass spec test pulldown-cmark#50.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants