Skip to content

Commit

Permalink
add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 23, 2024
1 parent 1372c53 commit 73ada9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/unified_diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,9 @@ mod tests {
fb.write_all(&bet[..]).unwrap();
let _ = fa;
let _ = fb;
println!("diff: {:?}", diff);
println!("alef: {:?}", alef);
println!("bet: {:?}", bet);
let output = Command::new("patch")
.arg("-p0")
.stdin(File::open(&format!("{target}/ab.diff")).unwrap())
Expand Down

0 comments on commit 73ada9c

Please sign in to comment.