java
java copied to clipboard
Add missing test to CryptoSquareTest (54-character input)
This PR adds a missing canonical test case for the 'crypto-square' exercise based on the uuid 33fd914e-fa44-445b-8f38-ff8fbc9fe6e6 from problem-specifications. It verifies that a 54-character plaintext results in 8 chunks with trailing spaces.
Reference: https://github.com/exercism/java/issues/2959
Notes for merge:
- The change in problem specification looks like a test description change.
[no important files changed]