Ad
  • 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.