biojppm/rapidyaml

implicit single/double quoted key with newline

Opened this issue · 0 comments

Rapidyaml 0.7.2 parses maps with such keys successfully, but it would be nice, if rapidyaml wouldn't recognize such maps as valid yaml (see section 6.7 of the YAML spec)

Example:

'a
b': 1
"c
d": 1