Skip to content

Commit 57d5a5f

Browse files
Sync crypto-square (#550)
[no important files changed]
1 parent a530d7a commit 57d5a5f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

exercises/practice/crypto-square/.meta/tests.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ description = "8 character plaintext results in 3 chunks, the last one with a tr
3232

3333
[fbcb0c6d-4c39-4a31-83f6-c473baa6af80]
3434
description = "54 character plaintext results in 7 chunks, the last two with trailing spaces"
35+
include = false
36+
37+
[33fd914e-fa44-445b-8f38-ff8fbc9fe6e6]
38+
description = "54 character plaintext results in 8 chunks, the last two with trailing spaces"
39+
reimplements = "fbcb0c6d-4c39-4a31-83f6-c473baa6af80"

exercises/practice/crypto-square/crypto-square_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('crypto-square', function()
2929
assert.are.equal('clu hlt io ', crypto_square.ciphertext('Chill out.'))
3030
end)
3131

32-
it('54 character plaintext results in 7 chunks, the last two with trailing spaces', function()
32+
it('54 character plaintext results in 8 chunks, the last two with trailing spaces', function()
3333
assert.are.equal('imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn sseoau ',
3434
crypto_square.ciphertext('If man was meant to stay on the ground, god would have given us roots.'))
3535
end)

0 commit comments

Comments
 (0)