On Sat Oct 31 20:31:41 2015, coke wrote:
> See S03-operators/buf.t
> 
> Both of these fail:
> 
> ok $a ~ $b eq Buf.new(1, 2, 3, 1, 2, 3, 4), '~ and eq work on bufs';
> is-deeply Buf.new(1, 2, 3) ~ Buf.new(4, 5), Buf.new(1, 2, 3, 4, 5), '~
> concatenates';

These tests pass now (again). I'm closing this ticket as 'resolved'. (Tests are 
unfudged.)



Reply via email to