gedaiu / fluent-asserts

DLang fluent assertions done right
http://fluentasserts.szabobogdan.com/
MIT License
43 stars 6 forks source link

null strings assertion error #32

Closed gedaiu closed 6 years ago

gedaiu commented 6 years ago
message.data.should.equal("some data")

Diff:some data

 Expected:some᛫data
   Actual:some᛫data

when

message = [115, 111, 109, 101, 32, 100, 97, 116, 97, 0, 0].assumeUTF