tokio-rs / prost

PROST! a Protocol Buffers implementation for the Rust Language
Apache License 2.0
3.87k stars 501 forks source link

chore: unify assert on fixtures #1142

Closed caspermeijn closed 1 month ago

caspermeijn commented 1 month ago

There are multiple implementations of assert on fixture files. Some also write to the file to ease development and some normalize line endings. Unify their implementation so that they work similar.