-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update tests for pangram, roman-numerals, and triangle #246
Conversation
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.
Approving because the change has nothing to do with the wording, just noted what I noted.
unlet! input expected | ||
|
||
Execute (sentence empty): | ||
Execute (empty sentence): |
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.
Unless this is coming from upstream, perhaps this should be phrase, since not all pangrams are sentences. (As evidenced by this empty "sentence". While it is probably accurate to describe this as an empty string.
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.
I agree, but that's the description upstream unfortunately. However, we have some leeway here as long as it's clear that "empty string" here is the "empty sentence" from the tests.toml. I think it's safe to make that tweak.
Related to #248 |
First batch of test syncs