Hi, I am currently working on <https://issues.apache.org/jira/browse/MSHARED-599> and am running into an issue. With the fix in place an existing test case will start failing. Here is the issue:
Please take a look at the following line edge.escape.hanging=\\ from <http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/edge-cases/expected-filtered.properties?view=markup>. With the fix in place, I would need to change that to edge.escape.hanging=\ because the input to the filter looks like: edge.escape.hanging=\\ in <http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/src/test/units-files/edge-cases/filtered/filtered.properties?view=markup> and that is an escaped escape string which would need to become '\' after filtering. Can I just remove that test case? I expect it is testing something isn't hanging from somewhere in the past? Well. Seems it is testing that escaping the escape string does not make something hang - but incorrectly. Regards, -- Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
