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

When three languages are being compared, and some properties aren't implemented in one language but match on the other two, it comes up as a match on all languages. #205

Open
hab278 opened this issue Jan 31, 2017 · 0 comments

Comments

@hab278
Copy link
Collaborator

hab278 commented Jan 31, 2017

Languages in the form of this:

Language PropertyVal1 PropertyVal2
Lang1 1 1
Lang2 2 1
Lang3 3

will have this when compared:

Properties in Common

Property Name Common Value
PropertyVal2 1

Properties not in Common

Property Name Lang1 value Lang2 value Lang3 value
PropertyVal1 1 2 3

When they should have this

Properties not in Common

Property Name Lang1 value Lang2 value Lang3 value
PropertyVal1 1 2 3
PropertyVal2 1 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant