Closed
Description
In a Yaml file used for translations, I want to use a multiline key using the folded style.
The Yaml Documentation first describes the folded style for multiline text under the section scalar and then goes on to say
In a mapping, a key can be any valid scalar.
But it just results in parsing error. Is this a bug or is the documentation wrong?
In any case I think especially in translation files this would be very good to have.