Skip to content

Commit 4929393

Browse files
izmirlikytrinyx
andauthored
Crypto Square: adding test for empty text after normalized (#2129)
* adding test for empty text after normalized * Update exercises/crypto-square/canonical-data.json Co-authored-by: Katrina Owen <[email protected]> Co-authored-by: Katrina Owen <[email protected]>
1 parent ebe4d6c commit 4929393

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

exercises/crypto-square/canonical-data.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
},
1111
"expected": ""
1212
},
13+
{
14+
"uuid": "aad04a25-b8bb-4304-888b-581bea8e0040",
15+
"description": "normalization results in empty plaintext",
16+
"property": "ciphertext",
17+
"input": {
18+
"plaintext": "... --- ..."
19+
},
20+
"expected": ""
21+
},
1322
{
1423
"uuid": "64131d65-6fd9-4f58-bdd8-4a2370fb481d",
1524
"description": "Lowercase",

0 commit comments

Comments
 (0)