pantoniou / libfyaml

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
MIT License
241 stars 74 forks source link

When getting string from yaml file it only loads up till the first space #33

Closed 8-BIT-DEV closed 3 years ago

8-BIT-DEV commented 3 years ago

here's the yaml file

someversion: 1.2.9 core: name: some name of something

it will load up till "some" then cut off

pantoniou commented 3 years ago

$ fy-tool --dump x.yaml

someversion: 1.2.9
core: 
name: some name of something

Seems to work just fine...