mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-09 16:36:40 -07:00
Fixes.
This commit is contained in:
@@ -415,6 +415,9 @@ describe('EditTool', () => {
|
||||
{ start: 2, end: 3 },
|
||||
{ start: 5, end: 6 },
|
||||
]);
|
||||
expect(result.newContent).toBe(
|
||||
' line1\n replacement\n line3\n replacement\n line5',
|
||||
);
|
||||
});
|
||||
|
||||
it('should correctly calculate matchRanges for regex replacements', async () => {
|
||||
|
||||
Reference in New Issue
Block a user