failures:
---- test_glob_path stdout ----
thread 'test_glob_path' panicked at /Users/maximilian/workspace/insta/insta/src/glob.rs:112:9:
the glob! macro did not match any files.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Reproduction steps
As above
Insta Version
1.40
rustc Version
1.80
What did you expect?
At the least we should give an error message saying parent paths aren't supported.
Should we allow this or is it a security risk? @mitsuhiko ?
It's not doing anything that rust can't do ofc. But perhaps we want insta tests to be safe?
What happened?
This panics on not finding files:
Reproduction steps
As above
Insta Version
1.40
rustc Version
1.80
What did you expect?
At the least we should give an error message saying parent paths aren't supported.
Should we allow this or is it a security risk? @mitsuhiko ?
It's not doing anything that rust can't do ofc. But perhaps we want insta tests to be safe?