# HG changeset patch # User stephent # Date 1060596216 0 # Node ID 28ffd53a1d42f565645471d2729f634b8825ec4b # Parent a0525f6525d07450c62063372da5952e87fdffb2 [xemacs-hg @ 2003-08-11 10:03:34 by stephent] cosmetic fix regexp-tests.el <878yq0h5qj.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r a0525f6525d0 -r 28ffd53a1d42 tests/ChangeLog --- 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 + + * automated/regexp-tests.el: Update copyright notice and + maintainer name. Improve comment on stale match tests. + 2003-06-01 Steve Youngs * XEmacs 21.5.14 "cassava" is released. diff -r a0525f6525d0 -r 28ffd53a1d42 tests/automated/regexp-tests.el --- 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 -;; Maintainer: Yoshiki Hayashi +;; Maintainer: Stephen J. Turnbull ;; Created: 2000 ;; Keywords: tests @@ -284,9 +284,8 @@ ;; Thanks to . ;; 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)