pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 54 forks source link

[Debugger] Actual VS Expected view does not show the diff of line endings #857

Closed jecisc closed 3 weeks ago

jecisc commented 1 month ago

I have a case where I assert that two strings are identical but the line endings are not.

The diff view is currently not able to show me this

image

StevenCostiou commented 4 weeks ago

Could you provide a reproducible example? I do not have the problem with line endings.

StevenCostiou commented 4 weeks ago

oh, ok, I tried with a cr and a lf and I have the pb

StevenCostiou commented 3 weeks ago

solved by https://github.com/pharo-spec/NewTools/pull/861