-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go back to scanning string from current character
Turns out `patch` wasn't populated yet, so my last commit was scanning nothing. Finally found the bug: it need to start scanning at `atchar`, not `len - atchar`. Wild that this never came up before! Only found it just now by, at the last second, testing the example from #70: `0.0.0-00010101000000-000000000000`. Now included in the test corpus.
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters