Results 1 issues of Jeremiah Flaga

I tried to do the [https://github.com/google/diff-match-patch/wiki/Line-or-Word-Diffs](https://github.com/google/diff-match-patch/wiki/Line-or-Word-Diffs) in C#. This is the code that I used (copied from the existing `private List diff_lineMode()` method): ``` csharp public List diff_lineMode(string text1, string...