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

IndexError string index out of range on whitespace only string #40

Closed
brad opened this issue Mar 30, 2017 · 1 comment · Fixed by #41
Closed

IndexError string index out of range on whitespace only string #40

brad opened this issue Mar 30, 2017 · 1 comment · Fixed by #41

Comments

@brad
Copy link

brad commented Mar 30, 2017

When I try to process a string that is whitespace only, I get an IndexError:

In [1]: from textile import textile

In [2]: textile(' ')
---------------------------------------------------------------------------
IndexError                                Traceback (most recent call last)

Ref: #26

@ikirudennis
Copy link
Member

Thanks reporting and fixing this. It'll be pushed to master soon-ish.

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 a pull request may close this issue.

2 participants