db: add empty string test for "text" type
This commit is contained in:
parent
872e21eff1
commit
095176736d
|
@ -303,6 +303,7 @@
|
|||
(type-test-case '(text)
|
||||
(call-with-connection
|
||||
(lambda (c)
|
||||
(check-roundtrip c "")
|
||||
(check-roundtrip c "abcde")
|
||||
(check-roundtrip c (make-string #e1e6 #\a))
|
||||
(check-roundtrip c (make-string #e1e7 #\b))
|
||||
|
|
Loading…
Reference in New Issue
Block a user