In the examples, text that would be printed in red is formatted initalics, and text that would be
printed in green is formatted bold.
Compare characters:
$ difference--splitcharbrowngreenbgroween
Compare words:
$ difference--splitwordbrowngreenbrowngreen
$ difference--splitword"Thequickbrownfoxjumpsoverthelazydog.""Thehugebrownfoxiscool."
The quickhuge brown fox jumpsoverthelazydog.isreallycool.
Compare lines:
$ difference--splitwordbrowngreenbrowngreen
$ difference--splitword"Thequickbrownfoxjumpsoverthelazydog.""Thehugebrownfoxiscool."Thequickbrownfoxjumpsoverthelazydog.Thehugebrownfoxiscool.
$ difference--splitline"Rosesarered,violetsareblue,
> Iwrotethislibraryhere,
> justforyou.
> (It'strue).""Rosesarered,violetsareblue,
> Iwrotethisdocumentationhere,
> justforyou.
> (It'squitetrue)."
Roses are red, violets are blue,
Iwrotethislibraryhere,Iwrotethisdocumentationhere,
just for you.
(It'strue).(It'squitetrue).
2019-01-23 DIFFERENCE(1)