From 01dc69a6b4e6d8b1e9910c8dd3db76a7e034b15a Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 25 Oct 2022 23:34:25 +0200 Subject: [PATCH] In the beginning there was darkness --- redis.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.org b/redis.org index 79db56e..f5d8fc9 100644 --- a/redis.org +++ b/redis.org @@ -244,7 +244,7 @@ chicken <> <> (test-group "Blob strings" - (test "$10\r\nhelloworld" + (test "$10helloworld" "helloworld" (with-input-from-string "10\r\nhelloworld\r\n" read-redis-blob-string))) #+end_src