https://github.com/cs50/checks/blob/master/cs50/2017/ap/caesar/check50
The check uses the /x/check50 but unfortunately, that check follows the current spec requiring a printed "plaintext" and "ciphertext". The AP spec for caesar is based on the 2016 caesar which did not have those print requirements. As such, check50 is failing for students whose code meets the AP specs when running check50 cs50/2017/ap/caesar. Can we update this?