• Inaccurate rules/tests

Question related to mission What Does the Cow Say?

 

Hi guys!

I am trying to solve the cowsay task ad have run into a problem with test "Extra 10". It is said in the rules for this task, that repeating whitespaces should be replaced by a single one. However, test "Extra 10" HAS repeating whitespaces in the correct answer while my solution replaces them by one. This is the result said to be correct in test:


/ \ | 012345678901234567890123456789012345678 | \ 9 /


    \   ^__^
     \  (oo)\_______
        (__)\       )\/\
            ||----w |
            ||     ||

This is my result:


/ 01234567890123456789012345678901234567 \ \ 89 /


    \   ^__^
     \  (oo)\_______
        (__)\       )\/\
            ||----w |
            ||     ||

So i guess the rules or the test should be changed. Or if I missed something please point me.

Thanks in advance.