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

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

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

revision 1.9 by pfdietz, Mon Feb 10 03:09:37 2003 UTC revision 1.10 by pfdietz, Mon Feb 17 04:22:04 2003 UTC
# Line 420  Line 420 
420    
421  ;;; Argument order tests  ;;; Argument order tests
422    
423  (deftest count-if-not-order.1  (deftest count-if-not.order.1
424    (let ((i 0) c1 c2 c3 c4 c5 c6)    (let ((i 0) c1 c2 c3 c4 c5 c6)
425      (values      (values
426       (count-if-not       (count-if-not
# Line 434  Line 434 
434       i c1 c2 c3 c4 c5 c6))       i c1 c2 c3 c4 c5 c6))
435    1 6 1 2 3 4 5 6)    1 6 1 2 3 4 5 6)
436    
437  (deftest count-if-not-order.2  (deftest count-if-not.order.2
438    (let ((i 0) c1 c2 c3 c4 c5 c6)    (let ((i 0) c1 c2 c3 c4 c5 c6)
439      (values      (values
440       (count-if-not       (count-if-not

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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