Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report: ROT13 does not rotate numbers properly #1886

Closed
AaronStiff opened this issue Aug 23, 2024 · 0 comments · Fixed by #1903
Closed

Bug report: ROT13 does not rotate numbers properly #1886

AaronStiff opened this issue Aug 23, 2024 · 0 comments · Fixed by #1903
Labels

Comments

@AaronStiff
Copy link

The ROT13 operation does not seem to correctly rotate numbers.

To reproduce:

  1. Enter 1 as input
  2. Add the ROT13 operation to the recipe
  3. Set rotation amount to -1

Expected result is 0, but actual result is 6

Compare with the way this decoder handles number rotation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant