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

Handle empty strings strings in args/input objects #23

Closed
devknoll opened this issue Aug 15, 2015 · 2 comments
Closed

Handle empty strings strings in args/input objects #23

devknoll opened this issue Aug 15, 2015 · 2 comments

Comments

@devknoll
Copy link
Contributor

Empty strings aren't being parsed. It looks we repeat(1)'d when we should have repeat'd 😉

@rmosolgo
Copy link
Owner

errp, sure enough: 19ed3fb

TODO: handle escaped character & unicode 😁

@rmosolgo
Copy link
Owner

Added support for escaped characters and unicode here: abbdd34

Let me know if you run into more string bugs!

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

No branches or pull requests

2 participants