fix: show whitespace changes in edit tool diffs (#17213)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Saksham Goyal
2026-01-22 23:32:37 +05:30
committed by GitHub
parent fe06f9a1ea
commit 6d7423263b
3 changed files with 21 additions and 4 deletions

View File

@@ -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,
}),
);