Problem/Motivation

Windows and Mac users aren't able to see multi-line strings when using the Yaml encoder because carriage returns breaks the Symfony Yaml component.

Steps to reproduce

Use Windows or Mac and the Yaml encoder, see that

Proposed resolution

Strip carriage returns (\r) when using the Yaml encoder.

Remaining tasks

Write a patch.

User interface changes

None.

API changes

None.

Data model changes

Users using the (very new) Yaml encoder will not be able to use carriage returns.

CommentFileSizeAuthor
#2 3268997-2.patch771 bytessamuel.mortenson
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

samuel.mortenson created an issue. See original summary.

samuel.mortenson’s picture

Status: Active » Needs review
FileSize
771 bytes

  • samuel.mortenson authored 08d2b9f on 8.x-1.x
    Issue #3268997 by samuel.mortenson: Strip carriage returns out of...
samuel.mortenson’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.