transpose: rename function to transposition#124
Conversation
|
This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested. If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos. For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping |
|
The reverse-string exercise has the same issue. https://discord.com/channels/854117591135027261/1482397144580227232/1482642215745359986 We could rename that exercise function to |
Previously, a student could submit an empty file as the solution file and the tests would pass, as 'transpose' is a built-in function. https://discord.com/channels/854117591135027261/1482397144580227232/1482397799319474310
95ba4f1 to
cfe4c0e
Compare
Previously, a student could submit an empty file as the solution file and the tests would pass, as 'transpose' is a built-in function.
https://discord.com/channels/854117591135027261/1482397144580227232/1482397799319474310