r8724: Automated commit for Debian build of getopt upstream-version-1.1.0
[getopt.git] / tests.lisp
index d863b6fa14cd725d50d19a6c7bf3ab1e4af60f17..5790baaa35ab825d6f370ae279a3dffc97dc4291 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Sep 2003
 ;;;;
-;;;; $Id: tests.lisp 7819 2003-09-11 16:20:23Z kevin $
+;;;; $Id$
 ;;;;
 ;;;; This file is Copyright (c) 2003 by Kevin M. Rosenberg
 ;;;;
@@ -66,5 +66,7 @@
               (getopt '("--a=10") '(("along" :optional)))) 
       (test-mv '(nil nil ("a"))
               (getopt '("--a=10") '(("along" :optional) ("aboot" :optional))))
+      (test-mv '(("a") nil nil)
+               (getopt '("a") '(("a" :none))))
       ))
   t)