Skip to content
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

Simple-Cipher: Validating Input Strings #1316

Closed
wants to merge 1 commit into from

Conversation

xarxziux
Copy link

@xarxziux xarxziux commented Sep 1, 2018

Expand unit tests for validating input strings as per issue #1298.
Three tests added covering:

  • Keys containing a single upper case letter.
  • Keys containing a space.
  • Keys containing a punctuation mark.

Expand unit tests for validating input strings as per issue exercism#1298.
Three tests added covering:
- Keys containing a single upper case letter.
- Keys containing a space.
- Keys containing a punctuation mark.
rpottsoh
rpottsoh previously approved these changes Sep 13, 2018
@rpottsoh rpottsoh dismissed their stale review September 13, 2018 18:39

Discussion in #1298 was not finished, PR premature.

@rpottsoh
Copy link
Member

consideration for #902 should be made before this PR is merged. #1298 also discussed an easier solution of updating the description.md.

@Insti
Copy link
Contributor

Insti commented Oct 9, 2018

While I think that these tests are well thought out and well implemented, they move the exercise in the wrong direction. So I am not in favor of merging them into this exercise.

See #1346 (comment) for an alternate suggestion.

@rpottsoh rpottsoh closed this Oct 22, 2018
@xarxziux xarxziux deleted the issue-1298 branch October 22, 2018 22:54
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.

4 participants