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

Fix tilde expansion bug for paths containing whitespace #124

Closed
wants to merge 2 commits into from
Closed

Fix tilde expansion bug for paths containing whitespace #124

wants to merge 2 commits into from

Conversation

regina-verbae
Copy link
Contributor

  1. Fixes issue Tilde expansion bug for paths with whitespace. #122, this time without using modern Perl
  2. Added tests.

Escape backslashes and whitespace before the glob in tilde expansions
@dagolden
Copy link
Collaborator

Thanks! I'm on vacation but will check it out in a week or so.
On Feb 13, 2015 8:07 AM, "regina-verbae" notifications@github.com wrote:

  1. Fixes issue Tilde expansion bug for paths with whitespace. #122 Tilde expansion bug for paths with whitespace. #122,
    this time without using modern Perl

2) Added tests.

You can view, comment on, or merge this pull request online at:

#124
Commit Summary

  • Escape chars before glob in tilde expansion
  • Added tilde expansion tests

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#124.

@dagolden
Copy link
Collaborator

dagolden commented Mar 4, 2015

Rebased and merged.

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 this pull request may close these issues.

2 participants