In the beginning there was darkness

This commit is contained in:
Daniel Ziltener 2022-10-25 23:34:25 +02:00
parent 0c39fdcf84
commit 01dc69a6b4
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ chicken
<<prep-test>> <<prep-test>>
<<read-redis-blob-string>> <<read-redis-blob-string>>
(test-group "Blob strings" (test-group "Blob strings"
(test "$10\r\nhelloworld" (test "$10helloworld"
"helloworld" "helloworld"
(with-input-from-string "10\r\nhelloworld\r\n" read-redis-blob-string))) (with-input-from-string "10\r\nhelloworld\r\n" read-redis-blob-string)))
#+end_src #+end_src