db: add empty string test for "text" type

This commit is contained in:
Ryan Culpepper 2014-10-29 08:48:12 -04:00
parent 872e21eff1
commit 095176736d

View File

@ -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))