tokio-rs / prost

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

chore: unify assert on fixtures #1142

Closed caspermeijn closed 2 months ago

caspermeijn commented 2 months 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.