You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: