Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 292436

Yaml dumper escaping the escape character

$
0
0

Problem

In yml file, data with escape string getting addition escape.

for example,

in system.date.yml we got:

  html_datetime:
    name: 'HTML Datetime'
    pattern:
      php: 'Y-m-d\TH:i:sO'
      intl: 'yyyy-MM-dd\Tkk:mm:ssZZ'

When dumper copies this to active folder it changes above to:

  html_datetime:
    name: 'HTML Datetime'
    pattern:
      php: 'Y-m-d\TH:i:sO'
      intl: 'yyyy-MM-dd''Tkk:mm:ssZZ'

in html_datetime.pattern.intl is wrong in active.


Viewing all articles
Browse latest Browse all 292436

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>