mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-11 05:41:08 -07:00
fix: show whitespace changes in edit tool diffs (#17213)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
@@ -136,7 +136,7 @@ describe('modifyWithEditor', () => {
|
||||
'Proposed',
|
||||
expect.objectContaining({
|
||||
context: 3,
|
||||
ignoreWhitespace: true,
|
||||
ignoreWhitespace: false,
|
||||
}),
|
||||
);
|
||||
|
||||
@@ -205,7 +205,7 @@ describe('modifyWithEditor', () => {
|
||||
'Proposed',
|
||||
expect.objectContaining({
|
||||
context: 3,
|
||||
ignoreWhitespace: true,
|
||||
ignoreWhitespace: false,
|
||||
}),
|
||||
);
|
||||
|
||||
@@ -233,7 +233,7 @@ describe('modifyWithEditor', () => {
|
||||
'Proposed',
|
||||
expect.objectContaining({
|
||||
context: 3,
|
||||
ignoreWhitespace: true,
|
||||
ignoreWhitespace: false,
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user