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

atbash_cipher_test: Add 2 tests #418

Merged
merged 1 commit into from
Feb 24, 2017
Merged

atbash_cipher_test: Add 2 tests #418

merged 1 commit into from
Feb 24, 2017

Commits on Feb 22, 2017

  1. atbash_cipher_test: Add 2 tests

    Add `test_decode_number` as there is a test that encode number. Check this _iteration_[1] for a solution that pass the tests without checking for alphanumeric in decode.
    
    Add `test_encode_decode`. Having done this in the first place, would had highlighted the need of checking for alphanumeric in decoding.
    
    [1] http://exercism.io/submissions/c7c9448e6a674dd6a11ea35dc32e29a4
    jgomo3 committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    fe1766d View commit details
    Browse the repository at this point in the history