-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Tried
var diffs = worddiff.diffString(
"Tom , reads novels but Jack reads comics .",
"Tom reads novels , but Jack reads comics ."
);
console.log(diffs);
and I am getting
[ { text: 'Tom , reads novels but Jack reads comics .' } ]
Therefore no difference is detected...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels