[
https://issues.apache.org/jira/browse/TEXT-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18046977#comment-18046977
]
Jagdish Singh Bisht commented on TEXT-179:
------------------------------------------
Hi,
I’d like to work on this issue. I’ll start by adding a failing unit test and
then propose a fix.
> 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
> Affects Versions: 1.9
> Reporter: Gary D. Gregory
> Priority: Major
>
> 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.20.10#820010)