Skip to content

Commit aea163b

Browse files
new test reimplementing the old one
1 parent c204b09 commit aea163b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

exercises/crypto-square/canonical-data.json

+10
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@
6666
},
6767
{
6868
"uuid": "fbcb0c6d-4c39-4a31-83f6-c473baa6af80",
69+
"description": "54 character plaintext results in 7 chunks, the last two with trailing spaces",
70+
"property": "ciphertext",
71+
"input": {
72+
"plaintext": "If man was meant to stay on the ground, god would have given us roots."
73+
},
74+
"expected": "imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn sseoau "
75+
},
76+
{
77+
"uuid": "33fd914e-fa44-445b-8f38-ff8fbc9fe6e6",
78+
"reimplements": "fbcb0c6d-4c39-4a31-83f6-c473baa6af80",
6979
"description": "54 character plaintext results in 8 chunks, the last two with trailing spaces",
7080
"property": "ciphertext",
7181
"input": {

0 commit comments

Comments
 (0)