Skip to content

Commit 066c0e6

Browse files
committed
fix test
1 parent 72a1ad4 commit 066c0e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

diffmatchpatch/diff_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,8 +853,9 @@ func TestDiffCleanupSemantic(t *testing.T) {
853853
{DiffDelete, " 보이즈"},
854854
},
855855
[]Diff{
856-
{DiffDelete, "리커버리 보이즈"},
857-
{DiffInsert, "킬러 인 리커버리"},
856+
{DiffInsert, "킬러 인 "},
857+
{DiffEqual, "리커버리"},
858+
{DiffDelete, " 보이즈"},
858859
},
859860
},
860861
} {

0 commit comments

Comments
 (0)