Mercurial > hg > xemacs-beta
diff tests/automated/regexp-tests.el @ 1389:6355bae896e3
[xemacs-hg @ 2003-03-27 12:57:36 by stephent]
use .Xresources not .Xdefaults <87adfhezt5.fsf@tleepslib.sk.tsukuba.ac.jp>
regexp-tests fix
author | stephent |
---|---|
date | Thu, 27 Mar 2003 12:57:53 +0000 |
parents | dff007bd492b |
children | aa15a2bbba1a |
line wrap: on
line diff
--- a/tests/automated/regexp-tests.el Wed Mar 26 22:52:32 2003 +0000 +++ b/tests/automated/regexp-tests.el Thu Mar 27 12:57:53 2003 +0000 @@ -249,12 +249,12 @@ (Assert (not (string-match "\\> " " "))) (Assert (not (string-match "a\\<" "a"))) (Assert (not (string-match "\\>a" "a"))) -;; Added Known-Bug 2002-09-09 -(Known-Bug-Expect-Failure - (Assert (not (string-match "\\b" ""))) - (Assert (not (string-match "\\b" " "))) - (Assert (not (string-match " \\b" " "))) - (Assert (not (string-match "\\b " " ")))) +;; Added Known-Bug 2002-09-09 sjt +;; Fixed bug 2003-03-21 sjt +(Assert (not (string-match "\\b" ""))) +(Assert (not (string-match "\\b" " "))) +(Assert (not (string-match " \\b" " "))) +(Assert (not (string-match "\\b " " "))) ;; Character classes are broken in Mule as of 21.5.9 ;; Added Known-Bug 2002-12-27