Changeset 2770

Show
Ignore:
Timestamp:
03/19/08 18:50:04 (10 months ago)
Author:
ksprotte
Message:

test-encoding array.4 does not use strings anymore

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bknr/datastore/src/data/encoding-test.lisp

    r2769 r2770  
    158158               (make-array  '(2 3 5) 
    159159                            :initial-contents 
    160                             '(((1 2 #\f 5 12.0) (#\Space "fpp" 4 1 0) ('d "foo" #() 3 -1)) 
     160                            '(((1 2 #\f 5 12.0) (#\Space 0 4 1 0) ('d 0 #() 3 -1)) 
    161161                              ((0 #\a #\b 4 #\q) (12.0d0 0 '(d) 4 1) 
    162162                               (#\Newline 1 7 #\4 #\0)))))