Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.9
-
None
-
None
Description
This is one case that was not solved by TEXT-178.
/** * Tests interpolation with weird boundary patterns. */ @Test @Disabled public void testReplace_JiraText178_WeirdPattenrs3() throws IOException { doReplace("${${a}", "$${${a}", false); // not "$${1" or "${1" }
Attachments
Issue Links
- relates to
-
TEXT-178 StringSubstitutor incorrectly removes some escape characters
- Resolved