hadashiA / VYaml

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

Specification compatibility improvements #96

Closed amis92 closed 4 months ago

amis92 commented 4 months ago

I've notices some unchecked boxes in spec compatibility in README, and decided to give it a try.

I've fixed 3 items from the checklist:

Additionally, I've fixed some test issues that occurred on my windows machine with Polish language, namely normalizing line-endings and locale-specific parsing.

I've wanted to finish off full spec example set, but didn't get any more time and so I'm opening the PR as-is for now.

hadashiA commented 4 months ago

Greate works. Thank you very much. I will merge them.

( By the way, I may fix the following two points later.

At any rate, I think it is a big improvement. Thanks.