yaml.js icon indicating copy to clipboard operation
yaml.js copied to clipboard

Malformed inline YAML string

Open vietnogi opened this issue 11 years ago • 2 comments

Getting Malformed inline YAML string ('Enter desired Kontagent subdomain). for

de:
  kontagent_integration_request:
    ! 'Enter desired Kontagent subdomain: ':

en-US:
  /admin/curated_channels:
    ! 'Search channel:': 

however its valid on http://www.yamllint.com/

vietnogi avatar Oct 29 '14 19:10 vietnogi

seems like the space at the eol of 'Enter desired Kontagent subdomain: ': is causing this error

vietnogi avatar Oct 29 '14 19:10 vietnogi

Same error for this, which is also valid according to that site and other YAML processors:

Input

foo: [
    'bar', {
        baz: 42
    }
]

Error

Malformed inline YAML string ([
'bar', {
baz: 42).

chocolateboy avatar Apr 23 '17 14:04 chocolateboy