Update of /cvsroot/wisp/wisp/tests
In directory usw-pr-cvs1:/tmp/cvs-serv30450/tests
Modified Files:
balanced.wisp cut-check.wisp srfi-1.wisp srfi-26.wisp
Log Message:
Made wisplint.wisp check that source files manifest their proper names.
Index: balanced.wisp
===================================================================
RCS file: /cvsroot/wisp/wisp/tests/balanced.wisp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- balanced.wisp 26 Aug 2002 16:18:24 -0000 1.7
+++ balanced.wisp 4 Sep 2002 14:31:42 -0000 1.8
@@ -1,4 +1,4 @@
-;;;; tests/balanced.wim - test balanced.wim
+;;;; tests/balanced.wisp - test balanced.wim
;;
;; Copyleft © 2002 by Andres Soolo (di...@us...)
;; This file is licensed under the GNU GPL v2. If you
Index: cut-check.wisp
===================================================================
RCS file: /cvsroot/wisp/wisp/tests/cut-check.wisp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cut-check.wisp 27 Aug 2002 14:24:48 -0000 1.1
+++ cut-check.wisp 4 Sep 2002 14:31:42 -0000 1.2
@@ -1,4 +1,4 @@
-;;;; cut-conf.wisp - the SRFI-26 cut form confidence test
+;;;; cut-check.wisp - the SRFI-26 cut form confidence test
(use display)
(define (interaction-environment) (current-globals))
Index: srfi-1.wisp
===================================================================
RCS file: /cvsroot/wisp/wisp/tests/srfi-1.wisp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- srfi-1.wisp 26 Aug 2002 16:18:24 -0000 1.14
+++ srfi-1.wisp 4 Sep 2002 14:31:42 -0000 1.15
@@ -1,3 +1,5 @@
+;;;; tests/srfi-1.wisp - test SRFI-1 compliance
+;;
;;;; @(#) $Id$
(use tester)
Index: srfi-26.wisp
===================================================================
RCS file: /cvsroot/wisp/wisp/tests/srfi-26.wisp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- srfi-26.wisp 26 Aug 2002 16:18:24 -0000 1.5
+++ srfi-26.wisp 4 Sep 2002 14:31:42 -0000 1.6
@@ -1,3 +1,5 @@
+;;;; tests/srfi-26.wisp - test SRFI-26 compliance
+;;
;;;; @(#) $Id$
(use tester)
|