Merge branch 'unstable' of https://github.com/JohnSully/KeyDB into unstable

Former-commit-id: 16bd6b3f5d6f8d45c7a7202bd34974b31da2fdec
This commit is contained in:
John Sully 2019-11-14 21:21:46 -05:00
commit c34fee9ed4

View File

@ -238,7 +238,7 @@ start_server {tags {"bitops"}} {
r set a "abcdefg"
r bitop lshift x a 8
r get x
} "\x00abcdefg"
} "\000abcdefg"
test {BITOP lshift char} {
r set a "\xAA"