Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-6145

Avoid escaping when no property is involved

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • utils-1.11.10
    • Utils
    • None

    Description

      Due to FELIX-2366 escape character ('\') is removed in order to be able to escape properties. However when what's escaped is something not related to a property, like a literal '\\\\s{0,2}' the escape character gets also removed.

      For example, in the previous case:

      a=\\\\s{0,2}

      The same value should be expected for a, but 's{0,2}' is obtained.

      Attachments

        1. diffs.txt
          4 kB
          Mariano Alvaro

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            mariano.alvaro Mariano Alvaro
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: