tamasfe / taplo

A TOML toolkit written in Rust
https://taplo.tamasfe.dev
MIT License
1.46k stars 115 forks source link

fix incorrect error locations #680

Closed usamoi closed 1 month ago

usamoi commented 2 months ago

664 handles AnyOf validation error kind incorrectly so that the error span is always (0,0).

Screenshot_20240921_035830

This PR ensures that PR only influences AdditionalProperties to fix it.