Arnab Deka
Arnab Deka
Hey @olegshaldybin - any updates on this?
Hi @olegshaldybin - please help me get this PR in. If you do not want to maintain it, I will happily take over ownership.
Hello @hl222ih - thanks for reporting this. I should really add some tests to this. It started as a quick get-it-done wrapper. For now, can you share a jsfiddle showing...
Ah that sounds about right. Thanks @fjahr and @hl222ih - this must have been because I merged in PR #6 but forgot to build/push the JS. Thanks for reporting it....
Hi @BlackKite84 can you produce a jsfiddle with the problem?
Huh, I am missing something here. You specified (in that jsfiddle): - the `originalContainer` as `.updateOriginal` - but both the `changedContainer` and `diffContainer` as `.updateChange` - text contents of both...
Also, the "title" of this issue is set to ``. Could you please change that to the actual problem/question you are reporting/asking?
Add `debug: true` to when you call `prettyTextDiff`: http://jsfiddle.net/pytm9ueL/4/ This will show you what this library found. Looks like the underlying Google `diff-match-patch` library shows the `"↵ "` also as...
Like I said, what you are seeing is coming from the underlying library. Please ask your question there: https://code.google.com/p/google-diff-match-patch/
Hello @eltonrodrigues-github - thanks for the PR. This repo/code is actually maintained in coffeescript. Please submit your change-request as a coffee-script file change (instead of the `.js` or the `min.js`files)...