[
https://issues.apache.org/jira/browse/TEXT-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary D. Gregory resolved TEXT-179.
----------------------------------
Fix Version/s: 1.15.1
Resolution: Fixed
> 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
> Fix For: 1.15.1
>
>
> 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)