[ansi-test-devel] extended-char.3.body?

Raymond Toy toy.raymond at gmail.com
Thu Apr 15 19:38:30 UTC 2010


On 4/15/10 3:20 PM, Sam Steingold wrote:
> On 4/15/10, Raymond Toy <toy.raymond at gmail.com> wrote:
>   
>> AFAICT, extended-char.3.body is testing to see that no character is both
>>  a base-char and an extended-char.  If such a character is found, it is
>>  placed on a list and the list is returned.
>>
>>  But the test extended-char.3 expects T as the answer.
>>     
> no, it expects ()
>   
Hmm.  When I run the test, cmucl fails.  But manually running
extended-char.3.body returns NIL.
>   
>>  That seems not right.  What am I missing?  I must be missing something,
>>  but I just can't see it right now.
>>     
> svn up
>
>   
I'm already up-to-date.

(deftest extended-char.3
  (extended-char.3.body)
  t)

Ray






More information about the ansi-test-devel mailing list