/[gcl]/gcl/ansi-tests/count.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/count.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by pfdietz, Thu Feb 20 23:57:53 2003 UTC revision 1.12 by pfdietz, Sat Feb 22 01:15:59 2003 UTC
# Line 592  Line 592 
592    (classify-error (locally (count 'a 1) t))    (classify-error (locally (count 'a 1) t))
593    type-error)    type-error)
594    
595    (deftest count.error.12
596      (classify-error (count 'b '(a b c) :test #'identity))
597      program-error)
598    
599    (deftest count.error.13
600      (classify-error (count 'b '(a b c) :key #'car))
601      type-error)
602    
603    (deftest count.error.14
604      (classify-error (count 'b '(a b c) :test-not #'identity))
605      program-error)
606    
607    (deftest count.error.15
608      (classify-error (count 'b '(a b c) :key #'cons))
609      program-error)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26