tapjs/tcompare

strings (especially big strings)

Closed this issue · 1 comments

String handling is ok, but not great.

  1. Large strings should be folded yaml-style (at least in the pretty format).
  2. Strings that don't match strings should be diffed using the diff module.
  3. Buffers that don't match buffers should also be handled like strings, if they're large enough.

"Large" should mean >60 chars or so.

this actually landed some time ago, in tcompare v5