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

Filtering fails when target contains multiple escapes #3

Closed
michael-o opened this issue May 15, 2016 · 0 comments
Closed

Filtering fails when target contains multiple escapes #3

michael-o opened this issue May 15, 2016 · 0 comments
Milestone

Comments

@michael-o
Copy link
Member

If I try to interpolate ##${first} and #${last} where # is the escape string, the output is #${first} and #{last} and not #${first} and ${last}. See commit 8ccb8a9 for a test case.

This issue comes from https://issues.apache.org/jira/browse/MASSEMBLY-756.

@khmarbaise khmarbaise added this to the 1.24 milestone Jul 9, 2016
belingueres added a commit to belingueres/plexus-interpolation that referenced this issue Aug 12, 2016
@olamy olamy closed this as completed in #7 Nov 8, 2016
olamy added a commit that referenced this issue Nov 8, 2016
Fix #3 : Filtering fails when target contains multiple escapes
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