Is this assertion

(assert 
 (equal
  (cffi:with-foreign-string (data "foobar" :encoding :utf-16)
    (cffi:foreign-string-to-lisp data :count 6 :encoding :utf-16))
  "foobar"))

expected to fail?

Helmut


_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to