Skip to content

Commit a6e5862

Browse files
committed
Update test cases to include an additional variable in deletion-only diff scenarios
1 parent 51c1b14 commit a6e5862

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • apps/editor/src/commands/apply-chat-response-command/utils/diff-processor/test-cases/deletion-only
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
const a = 1
22
const c = 3
3+
const e = 5

apps/editor/src/commands/apply-chat-response-command/utils/diff-processor/test-cases/deletion-only/original.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ const a = 1
22
const b = 2
33
const c = 3
44
const d = 4
5+
const e = 5

0 commit comments

Comments
 (0)