home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / utils / bug / 2336 < prev    next >
Encoding:
Text File  |  1993-01-07  |  877 b   |  29 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!diku.dk!terra
  3. From: terra@diku.dk (Morten Welinder)
  4. Subject: Gnu regex-0.11 -- minor mistake in the tests
  5. Message-ID: <9301061200.AA11859@skinfaxe.diku.dk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 6 Jan 1993 14:00:22 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 16
  12.  
  13. Scrolling through the test material in the regex-package (version 0.11)
  14. I found the following two lines:
  15.  
  16. ----------- ./test/psx-extend.c --- 42094 Sep 13 14:58 -------------
  17.   TEST_SEARCH ("a|b", "cb", 0, 2);
  18.   TEST_SEARCH ("a|b", "cb", 0, 2);
  19. --------------------------------------------------------------------
  20.  
  21. It is line 127 and 128. One of the "cb"s should be a "ca", I think.
  22. Doing the same test twice makes no sense.
  23.  
  24. Sincerely,
  25.  
  26. Morten Welinder
  27. terra@diku.dk
  28.  
  29.