I'd love to be able to write something like ``` expect_test::expect_bytes![b"hello world\x83"].expect(bytes); ``` 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.
I'd love to be able to write something like
and have
UPDATE_EXPECT=1update the byte string to be something reasonably readable, and to give me pretty diffs for "mostly text" binary data.