Skip to content

simple-cipher: Add a test for mixed-case key#1358

Closed
tekerson wants to merge 1 commit intoexercism:masterfrom
tekerson:simple-cipher-mixed-case-key
Closed

simple-cipher: Add a test for mixed-case key#1358
tekerson wants to merge 1 commit intoexercism:masterfrom
tekerson:simple-cipher-mixed-case-key

Conversation

@tekerson
Copy link
Copy Markdown

@tekerson tekerson commented Oct 6, 2018

The problem specification asserts that "the key contains only lowercase letters", but the test data only tests the key is "not all uppercase".

I have already added this test to the TypeScript and JavaScript tracks. It was suggested it should be added to the canonical test data too.

The problem specification states that the key should be all lowercase,
but the test data only tests for "not all uppercase".
@rpottsoh
Copy link
Copy Markdown
Member

rpottsoh commented Oct 8, 2018

Closing in favor of #1316. Thanks @tekerson for submitting this PR, however #1316 already has a test case that covers mixed case input keys.

@rpottsoh rpottsoh closed this Oct 8, 2018
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

Successfully merging this pull request may close these issues.

2 participants