You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since variants of type `Component::Prefix` does not occur on Unix according to the docs, I think these tests should be for Windows builds only, since here they fail as the paths seem to be OK though the validations are expected to fail.
#[case::invalid_escapes_basedir("basedir/dir/../dir/../../../outdir/path", |r:Result<_, serde_yaml::Error>| r.is_err_and(|e| e.to_string().contains("escapes the base directory")))]
0 commit comments