We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1910cbf commit 82cdac6Copy full SHA for 82cdac6
src/context_diff.rs
@@ -616,6 +616,7 @@ mod tests {
616
let _ = fb;
617
let output = Command::new("patch")
618
.arg("-p0")
619
+ .arg(format!("{target}/alefx"))
620
.arg("--context")
621
.stdin(File::open(format!("{target}/abx.diff")).unwrap())
622
.output()
src/unified_diff.rs
@@ -771,6 +771,7 @@ mod tests {
771
772
773
774
775
776
777
.unwrap();
0 commit comments