exercism / crystal

Exercism exercises in Crystal.
https://exercism.org/tracks/crystal
MIT License
75 stars 53 forks source link

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

Closed ls1955 closed 1 week ago

ls1955 commented 2 weeks ago

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 commented 1 week ago

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 commented 1 week ago

The instruction is incorrect, the tests have the correct behavior