Description is inaccurate: "an extra line feed character is needed at the end of the string." should be "a line feed character is needed at the end of the string."
Because there are never two line feed characters at the end of a string.
Actually i post this to that list due to the doc's cmt below and it definitely looked like ceasar cipher at first sight (Will found one when i had time) ~~
make sure you dont pushing empty space in every line
try to pop_back first ' ' in each line
make sure you dont pushing empty space in every line
try to pop_back first ' ' in each line
Enabled in this fork
Resolved
updated in this fork
Approved
python new test framework is required. updated in this fork
Unpublishing as a kata very similar to other substitution cipher tasks, including a couple of atbash kata (like Atbash Cipher Helper).
Java translation
Description is inaccurate: "an extra line feed character is needed at the end of the string." should be "a line feed character is needed at the end of the string."
Because there are never two line feed characters at the end of a string.
Updated to Node v12
JS: Node v12 should be used along with its appropiate assertion tools (Mocha + Chai).
Refer to this and this
Make sure the string ends with a newline.
Ruby 3.0 should be enabled.
Actually i post this to that list due to the doc's cmt below and it definitely looked like ceasar cipher at first sight (Will found one when i had time) ~~
Loading more items...