-
-
Notifications
You must be signed in to change notification settings - Fork 4
test: verify action verification logic consistency with schema #261
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
Conversation
Currently there are 31 disagreements. |
Thanks, I was about to do it today, and even assigned the task to myself, but you beat me 😛 |
Let's just keep this PR open until all discrepancies are addressed, and use it to check what's left. Fixing the first discrepancy: #264 |
That was the intention, yes :-) |
4 failing cases left 😊 |
#267 needs to go first. |
src/test/resources/bad-typings/inputs_integer_list_item_with_non_integer_named_value.yml
Show resolved
Hide resolved
edcd54f
to
51ebacf
Compare
See the discussion at #261 (comment) Since strings that contain integers are a tricky edge case, let's for now make these test cases use strings that don't represent integers. CC @Vampire
51ebacf
to
0113d1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, thank you 🙇
Part of #253.