Re: Need to change a test case in 'maven-filtering'.

2016-11-23 Thread Christian Schulte
Am 11/22/16 um 20:40 schrieb Guillaume Boué: > Hi Christian, > > This test looks normal to me. When loading the properties, through load > https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html#load-java.io.Reader-, > > the backslash indicates the line terminator, so it needs to

Re: Need to change a test case in 'maven-filtering'.

2016-11-22 Thread Guillaume Boué
Hi Christian, This test looks normal to me. When loading the properties, through load https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html#load-java.io.Reader-, the backslash indicates the line terminator, so it needs to be escaped, otherwise the method would (silently) ignore

Need to change a test case in 'maven-filtering'.

2016-11-21 Thread Christian Schulte
Hi, I am currently working on 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