/[gcl]/gcl/ansi-tests/cons-test-21.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/cons-test-21.lsp

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

revision 1.4 by pfdietz, Wed Nov 27 04:22:36 2002 UTC revision 1.5 by pfdietz, Mon Jan 13 14:11:49 2003 UTC
# Line 263  Line 263 
263         #'<))         #'<))
264    (1 2 3 4 5 6))    (1 2 3 4 5 6))
265    
266    (deftest nunion.error.1
267      (classify-error (nunion))
268      program-error)
269    
270    (deftest nunion.error.2
271      (classify-error (nunion nil))
272      program-error)
273    
274    (deftest nunion.error.3
275      (classify-error (nunion nil nil :bad t))
276      program-error)
277    
278    (deftest nunion.error.4
279      (classify-error (nunion nil nil :key))
280      program-error)
281    
282    (deftest nunion.error.5
283      (classify-error (nunion nil nil 1 2))
284      program-error)
285    
286    (deftest nunion.error.6
287      (classify-error (nunion nil nil :bad t :allow-other-keys nil))
288      program-error)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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