From 7b409840a106100cc8dd478b229049918f0eb259 Mon Sep 17 00:00:00 2001 From: Don MacAskill Date: Sat, 7 Sep 2024 16:37:13 -0700 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98hello=20world!=E2=80=99=20to=20t?= =?UTF-8?q?est=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Give it’s used in the README and other examples… --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 55c40e6..25eaf64 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -118,6 +118,8 @@ mod tests { (b"\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0A\x0B\x0C\x0D\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F", 0xb9d9d4a8492cbd7f), (&[0; 1024], 0x691bb2b09be5498a), + + (b"hello world!", 0xd9160d1fa8e418e3), ]; for (input, result) in CASES {