Source renderer drops \n and \r (possibly others)

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      I have some Java code that looks like this:

      if ( foo.endsWith( "\n" ) ) ...

      When rendered in the source view for the Cobertura plugin, I see only:

      if ( foo.endsWith( "" ) ) ...

      Seems like there's some overly aggressive encoding going on there.

            Assignee:
            Alan Harder
            Reporter:
            brandond
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: