insta icon indicating copy to clipboard operation
insta copied to clipboard

Unify handling of file & inline snapshots

Open max-sixty opened this issue 4 months ago • 5 comments

This is the code for https://github.com/mitsuhiko/insta/issues/456#issuecomment-1979089438, as mentioned in https://github.com/mitsuhiko/insta/pull/466.

There's a very small breaking change in YAML inline snapshots — shown here in the tests. In return, it cuts some complicated code from macros.rs, making them more maintainable and less likely to hit some of our recent issues, such as inconsistent support for trailing commas etc

max-sixty avatar Mar 26 '24 23:03 max-sixty