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

consider empty entry in sequence (`- `) as null, fix #32 #34

Closed UlyssesWu closed 1 year ago

UlyssesWu commented 1 year ago

I'm not familiar with this project. If I have made a mistake, you can just close this PR.

This PR is trying to fix #32 .

hadashiA commented 1 year ago

Thanks. Finding and fixing the parser edge case bug is much appreciated.

( I added the unit tests at hand and they all passed, so I will merge them. I would like to push additional tests later.