source: trunk/test/package.lisp

Last change on this file was 161, checked in by Erik Huelsmann, 18 years ago

Replace destructuring-arguments with a hopefully more useful version.

Including tests.

Raising specific errors has been raised as its own issue #22.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 269 bytes
Line 
1;;;; $Id: package.lisp 161 2006-05-23 20:40:48Z ehuelsmann $
2;;;; $Source$
3
4;;;; See the LICENSE file for licensing information.
5
6(in-package :cl-user)
7
8(eval-when (:execute :load-toplevel :compile-toplevel)
9  (defpackage :cl-irc-test
10      (:use :cl :rt :cl-irc)
11    (:nicknames :cl-irc-test)
12    (:export :do-tests)))
Note: See TracBrowser for help on using the repository browser.