You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This track is missing a few of the above mentioned tests. It does have a test that puts alphabetic characters at the beginning AND end of the input (in the same single test). To make it complete we should add:
alphabetic characters at the beginning of a valid binary number
alphabetic characters at the end of a valid binary number
alphabetic characters in the middle of an otherwise valid binary number
Yeah, you could probably split the existing test into two tests (I think if you have one for the beginning and one for the end, a test for both beginning and end is redundant).
We should have separate tests for:
If the test suite for binary has test cases that cover these edge cases, this issue can safely be closed.
See exercism/problem-specifications#95
The text was updated successfully, but these errors were encountered: