Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diffStr ignore white space issues #119

Closed
brodieG opened this issue Jun 27, 2018 · 0 comments
Closed

diffStr ignore white space issues #119

brodieG opened this issue Jun 27, 2018 · 0 comments

Comments

@brodieG
Copy link
Owner

brodieG commented Jun 27, 2018

Basically arises because it is possible for two elements that are the same two differ in the following way in different objects:

obj: int[1:10] ...
obj   :  int[1:10] ...

This happens because in the second object some name has been made longer and how every other name is space padded to that length, and the colon is added after. Unfortunately since in the first one there is no whitespace at all trimming whitespace is defeated because interior whitespace trimming reduces multiple whitespaces to 1 whitespace, not 0.

@brodieG brodieG added this to the 0.2 milestone Jun 27, 2018
brodieG added a commit that referenced this issue Jan 18, 2019
Fix #131, Fix #129, Fix #127, Fix #126, Fix #119, Fix #118, Fix #114.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant