Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 12:22:08 -0700 (PDT)
From:      Diomidis Spinellis <dds@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/sed/TEST sed.test
Message-ID:  <200307221922.h6MJM8Vt009401@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dds         2003/07/22 12:22:08 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/sed/TEST     sed.test 
  Log:
  Test 8.16 in sed.test tests the ability of a sed to handle an empty
  regular expression as the first argument to a substitute command. If
  used to test a sed which (erroneously) evaluates this at translation
  time rather than at execution time, the bugged sed is put into an
  infinite loop. This mode of failure seems excessive. Such a failing
  sed is the Free Software Foundation's sed 3.02.
  
  The specific test was also not being executed for the BSD sed.
  
  Both problems are now fixed.
  
  PR:             misc/25585
  Submitted by:   Walter Briscoe <w.briscoe@ponl.com>
  Approved by:    schweikh (mentor)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.3       +19 -11    src/usr.bin/sed/TEST/sed.test



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307221922.h6MJM8Vt009401>