-
Notifications
You must be signed in to change notification settings - Fork 110
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
KU and EKU Inconsistent lint correction #528
Conversation
…KUAndKUInconsistent
…int into newlint_EKUAndKUInconsistent
…int into newlint_EKUAndKUInconsistent
…/zlint into EKUAndKUInconsistent_correction
Thank you for revisiting this!
You're right about the bug in my code and honestly the test is more complex itself, so I think keeping it private to this file is for the best as it's really not battle hardened for general use. |
@zakird ready to merge these truth table tests (say that ten time fast). |
Hi!
#497 was closed before I could add the last 2 commits.
@christopher-henderson I have changed a small detail in your code that I think was a typo:
In the case of the input being a KeyUsage I removed:
I didn't know where to put the xor and or functions so I just copied them inside the test file too. Should I maybe move them elsewhere?