shadoof / rtwtr

reading through writing through ...
GNU General Public License v3.0
0 stars 1 forks source link

viajsdiff branch: need better parsing of punctuation after Diff.wordDiff[WithSpaces]() #66

Closed shadoof closed 3 years ago

shadoof commented 3 years ago

There are still problems with the tagFriendlyWordDiff() method that passes off to parseDiff(). I will work on these. Then, I think that we should move parseDiff into the master branch and resolve all issues such that the original Flusser rewrite works as it did before but with:

  1. diff done programmatically from a and b supply files
  2. the new move-after-text-down-if-necessary code that you've done, Sally.
shadoof commented 3 years ago

I think that tagFriendlyWordDiff is where it should be. There are still issues with some punctuation getting separated from its preceding text in the 'b' spans but closing this and opening a new issue.