=== snapshot test tool call: stage_operation ===
STAGED: replace exact
===DIFF===
use std::collections::HashMap;
pub fn target_function() {
- println!("This function will have content replaced");
+ println!("This function has had content replaced");
}
pub fn another_function() {
=== snapshot test tool call: commit_staged ===
replace exact operation result:
Applied replace exact operation
===DIFF===
use std::collections::HashMap;
pub fn target_function() {
- println!("This function will have content replaced");
+ println!("This function has had content replaced");
}
pub fn another_function() {