[
https://issues.apache.org/jira/browse/TEXT-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno P. Kinoshita updated TEXT-179:
------------------------------------
Affects Version/s: 1.9
> 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.3.4#803005)