Re: [test] Bug in StringSubstitutor?

2020-07-01 Thread Melloware Inc
Gary, I agree with you it’s a bug. I would not expect that behavior from that method. Mello > On Jun 30, 2020, at 8:25 PM, Gary Gregory wrote: > > Hi All: > > I think we might have a bug in StringSubstitutor exemplified in a comment I > just added in: > >

[test] Bug in StringSubstitutor?

2020-06-30 Thread Gary Gregory
Hi All: I think we might have a bug in StringSubstitutor exemplified in a comment I just added in: org.apache.commons.text.StringSubstitutorTest.testReplaceWeirdPattens() doTestNoReplace("${"); // TODO this looks like a bug since a $ is removed but this is not a variable.