Uploaded image for project: 'Commons Text'
  1. Commons Text
  2. TEXT-179

StringSubstitutor incorrectly removes the escape character in "$${${a}"

    XMLWordPrintableJSON

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

          Activity

            People

              Unassigned Unassigned
              ggregory Gary D. Gregory
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: