Cody Schroeder

Results 2 comments of Cody Schroeder

Here's a rough test case: ``` func TestLineDiff(t *testing.T) { t.Run("Chars", func(t *testing.T) { before := `1 2 3 4 5 6 7 8 9 ` after := `10 `...

I sent out https://github.com/sergi/go-diff/pull/141 to revert the implementation to the limited, but not incorrect, rune approach. Some more fundamental changes would probably be preferable if someone has more time to...