1.0.23.2: STRING->UTF8 did not handle the start argument correctly
[sbcl.git] / tests / octets.pure.lisp
index f0d5dba..166d01b 100644 (file)
   )
 
 )
+
+;; regression test: STRING->UTF8 didn't properly handle a non-zero
+;; START argument.
+(assert (equalp #(50) (string-to-octets "42" :start 1 :external-format :utf-8)))