Ad
  • Custom User Avatar

    It's what I said, that's the input of several tests together. Not a kata issue.

  • Custom User Avatar

    That looks like the input of several tests together. Are you sure that's the input? Could you add a carriage return/new line at the end of the printed input?

  • Default User Avatar

    I have so far been unable to pass the tests testBasicBitsDecoding and testMultipleBitsPerDotHandling in java, while I pass the other tests.

    But why should 110110001 eveluate to "EE"? There is clearly 3 characters in this String.

    The test also tells me it expects "EE" for, 111111111111001111100011111111000001111111111100111111111000000000111, which makes even less sense.(I tried to log the bits input into the methods by the test.)

    I would appreciate if someone with the authority to do sp double-checked the units tests for java.