Closed KodrAus closed 7 years ago
This is giving a slice error, so there's an issue parsing empty strings.
Changing take_while1 to take_while should fix this.
take_while1
take_while
While we're at it it wiuld be good to check the bytes taken during each pass and ensure they cover their contents properly.
This is giving a slice error, so there's an issue parsing empty strings.