changeset 1612:28ffd53a1d42

[xemacs-hg @ 2003-08-11 10:03:34 by stephent] cosmetic fix regexp-tests.el <878yq0h5qj.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 11 Aug 2003 10:03:36 +0000
parents a0525f6525d0
children 138c42c84aec
files tests/ChangeLog tests/automated/regexp-tests.el
diffstat 2 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tests/ChangeLog	Sun Aug 10 21:52:25 2003 +0000
+++ b/tests/ChangeLog	Mon Aug 11 10:03:36 2003 +0000
@@ -1,3 +1,8 @@
+2003-08-10  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* automated/regexp-tests.el: Update copyright notice and
+	maintainer name.  Improve comment on stale match tests.
+
 2003-06-01  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.14 "cassava" is released.
--- a/tests/automated/regexp-tests.el	Sun Aug 10 21:52:25 2003 +0000
+++ b/tests/automated/regexp-tests.el	Mon Aug 11 10:03:36 2003 +0000
@@ -1,9 +1,9 @@
 ;;; -*- coding: iso-8859-1 -*-
 
-;; Copyright (C) 2000 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
 
 ;; Author: Yoshiki Hayashi  <yoshiki@xemacs.org>
-;; Maintainer: Yoshiki Hayashi  <yoshiki@xemacs.org>
+;; Maintainer: Stephen J. Turnbull <stephen@xemacs.org>
 ;; Created: 2000
 ;; Keywords: tests
 
@@ -284,9 +284,8 @@
 ;; Thanks to <bjacob@ca.metsci.com>.
 ;; These tests used to fail because we cleared match data only on success.
 ;; Fixed 2003-04-17.
-;; Have to revert 2003-05-09; too much code depends on failed matches
-;; preserving match-data.
-;; string match and regexp match are equivalent
+;; Must change sense of failing tests 2003-05-09.  Too much code depends on
+;; failed matches preserving match-data.
 (let ((a "a"))
   (Assert (string= (progn (string-match "a" a)
 			  (string-match "b" a)