Skip to content

Parsing key with leading colon #233

@sconde

Description

@sconde

I'm attempting to replace yaml-cpp with rapidyaml in my project.

An example document is like

:foo:
  :bar: a
  :barbar: b
  :barbarbar: c

Although yaml-cpp is able to parse with the leading colon character, rapidyaml is unable to handle this

1:1:ERROR: parse error
1:1: :foo:  (size=5)
     ^~~~~  (cols 1-6)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions