Changeset 2769
- Timestamp:
- 03/19/08 18:30:48 (10 months ago)
- Files:
-
- trunk/bknr/datastore/src/data/encoding-test.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bknr/datastore/src/data/encoding-test.lisp
r2765 r2769 98 98 (test-encoding char.4 (code-char 255)) 99 99 100 ;; various strings 101 (test-encoding string.1 "foobar") 102 (test-encoding string.2 "how are you") 103 (test-encoding string.3 "foo 104 bar") 105 106 (test-encoding (string.4 :skip "will be fixed later - http://trac.common-lisp.net/bknr/ticket/30") 107 (make-array 10 :initial-element #\f :element-type 'character 108 :fill-pointer 3)) 109 100 ;; strings 110 101 (test:test string.random 111 102 (test:for-all ((string (test:gen-string))) 112 (test:is ( congruent-pstring (copy-by-encoding string)))))103 (test:is (string= string (copy-by-encoding string))))) 113 104 114 105 (test:test string.decode-utf-8
