Gary D. Gregory created TEXT-179:
------------------------------------

             Summary: StringSubstitutor incorrectly removes the escape 
character in "$${${a}"
                 Key: TEXT-179
                 URL: https://issues.apache.org/jira/browse/TEXT-179
             Project: Commons Text
          Issue Type: Bug
            Reporter: Gary D. Gregory


This is one case that was not solved by [TEXT-178].

{code:java}
    /**
     * Tests interpolation with weird boundary patterns.
     */
    @Test
    @Disabled
    public void testReplace_JiraText178_WeirdPattenrs3() throws IOException {
        doReplace("${${a}", "$${${a}", false); // not "$${1" or "${1"
    }
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to