home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!diku.dk!terra
- From: terra@diku.dk (Morten Welinder)
- Subject: Gnu regex-0.11 -- minor mistake in the tests
- Message-ID: <9301061200.AA11859@skinfaxe.diku.dk>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Wed, 6 Jan 1993 14:00:22 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 16
-
- Scrolling through the test material in the regex-package (version 0.11)
- I found the following two lines:
-
- ----------- ./test/psx-extend.c --- 42094 Sep 13 14:58 -------------
- TEST_SEARCH ("a|b", "cb", 0, 2);
- TEST_SEARCH ("a|b", "cb", 0, 2);
- --------------------------------------------------------------------
-
- It is line 127 and 128. One of the "cb"s should be a "ca", I think.
- Doing the same test twice makes no sense.
-
- Sincerely,
-
- Morten Welinder
- terra@diku.dk
-
-