mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
Fix: Use testFile.name instead of testFile.content for Target File in error handling test
This commit is contained in:
parent
238015a94f
commit
134b231ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -783,7 +783,7 @@ argument-hint: <file-path> [search-pattern]
|
|||
|
||||
<task>
|
||||
Test the apply_diff tool's error handling by attempting to replace a pattern that does not exist in the target file.
|
||||
Target File: ${testFile.content}
|
||||
Target File: ${testFile.name}
|
||||
Search pattern: "PATTERN_THAT_DOES_NOT_EXIST_xyz123"
|
||||
Replacement: "REPLACEMENT_xyz123"
|
||||
</task>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue