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

[spellbound-steel] Incorrect instruction and example for last question? #690

Closed
ls1955 opened this issue Sep 3, 2024 · 2 comments · Fixed by #693
Closed

[spellbound-steel] Incorrect instruction and example for last question? #690

ls1955 opened this issue Sep 3, 2024 · 2 comments · Fixed by #693
Assignees

Comments

@ls1955
Copy link
Contributor

ls1955 commented Sep 3, 2024

The last question (4. Decode a card) of exercise instructs us to take every second character and reverse it, although reverse is not required from the actual specs. The provided example SpellboundSteel.decode_card("Wraoir") should returns "Wai" instead of "Warrior".

@ryanplusplus
Copy link
Member

Thanks @ls1955 -- you're right, this is incorrect.

@meatball133 I'm not sure where this exercise came from. Is the correct behavior what's described in the instructions or what's given in the tests?

@meatball133
Copy link
Member

meatball133 commented Sep 9, 2024

The instruction is incorrect, the tests have the correct behavior

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

Successfully merging a pull request may close this issue.

3 participants