You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
'ab': 1"cd": 1
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: