You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you should write your own fn bytes_to_some_reasonable_str(bytes) -> String, and then expect![["str"]].assert_eq(bytes_to_some_reasonable_str(bytes))
I'd love to be able to write something like
and have
UPDATE_EXPECT=1
update the byte string to be something reasonably readable, and to give me pretty diffs for "mostly text" binary data.The text was updated successfully, but these errors were encountered: