It seems to be an issue with the starting code. Just submitting the "solution" without making any changes yields:
tests/Fixture.cs(10,38): error CS0103: The name 'MorseCodeDecoder' does not exist in the current context
tests/Fixture.cs(10,68): error CS0103: The name 'MorseCodeDecoder' does not exist in the current context
So, the test is actually expecting MorseCodeDecoder, not Decoder.
Fixed.
fixed
Not anymore. =P
Reraised above with more clarity
Kata is now retired.
That easy?
UPD
See what you meant
Approved
alr approved some time ago
I added sample tests to Python and JavaScript, please ping me if something is wrong.
Python version doesn't have sample tests either.
Thanks!
Should I be able to use
permutations()
fromitertools::Itertools
? (currently I can't)It seems to be an issue with the starting code. Just submitting the "solution" without making any changes yields:
tests/Fixture.cs(10,38): error CS0103: The name 'MorseCodeDecoder' does not exist in the current context
tests/Fixture.cs(10,68): error CS0103: The name 'MorseCodeDecoder' does not exist in the current context
So, the test is actually expecting MorseCodeDecoder, not Decoder.
approved.
Loading more items...