aprescott / bentley_mcilroy

Bentley–McIlroy data compression algorithm.
MIT License
5 stars 2 forks source link

Failing binary test on 2.0.0 #2

Open aprescott opened 11 years ago

aprescott commented 11 years ago

Ruby 2.0.0(-p247) seems to fail one test (from Travis):

  1) BentleyMcIlroy::Codec.compress handles binary
     Failure/Error: codec.compress(str, 3).should == ["\x52\303\x66", [0, 6]]
       expected: ["R\xC3f", [0, 6]]
            got: ["R\xC3f", [0, 6]] (using ==)
     # ./test/bentley_mcilroy_test.rb:29:in `block (3 levels) in <top (required)>'