-
Bug
-
Resolution: Done
-
Minor
-
4.1.4
-
None
The following test was failing
public void testBeginWithDollar() { Properties p = new Properties(); p.put("hello.world", "Hello World"); String input="${hello.world:foo}"; String out=Util.replaceProperties(input, p); assert out.equals("Hello World"); }