hadashiA / VYaml

The extra fast, low memory footprint YAML library for C#, focued on .NET and Unity.
MIT License
305 stars 18 forks source link

Error when parsing empty scalar in a sequence #32

Closed UlyssesWu closed 1 year ago

UlyssesWu commented 1 year ago
_Ulysses:
  propertyKey: _Test
  enable: 0
  value: 0
  keywords:
  - 
  - _RIDE_ON
  - _COME_ON

This YAML cannot be parsed in VYaml but is valid.