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

spaces can be doubled escaped in title destination #1

Closed
yanfali opened this issue Apr 17, 2013 · 1 comment
Closed

spaces can be doubled escaped in title destination #1

yanfali opened this issue Apr 17, 2013 · 1 comment

Comments

@yanfali
Copy link
Owner

yanfali commented Apr 17, 2013

strings.Replace is simple and doesn't allow regular expressions so it blindly replaces spaces with the new output and adds an extra set of backslashes. It might be best to use regexp instead of only replace non escaped spaces.

@yanfali
Copy link
Owner Author

yanfali commented Sep 30, 2014

Resolved by 8f8d6b4

@yanfali yanfali closed this as completed Sep 30, 2014
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

1 participant