freebsd-nq/tools/regression/usr.bin/sed
Diomidis Spinellis ac8f32ce62 IEEE Std 1003.1, 2004 Edition states:
"The escape sequence '\n' shall match a <newline> embedded in
the pattern space."

It is unclear whether this also applies to a \n embedded in a
character class.  Disable the existing handling of \n in a character
class following Mac OS X, GNU sed version 4.1.5 with --posix, and
SunOS 5.10 /usr/bin/sed.

Pointed by:	Marius Strobl
Obtained from:	Mac OS X
2009-09-20 15:47:31 +00:00
..
regress.multitest.out IEEE Std 1003.1, 2004 Edition states: 2009-09-20 15:47:31 +00:00
hanoi.sed
Makefile Rename sed.test to multitest.t to comply with the naming scheme of 2007-03-14 18:58:59 +00:00
math.sed
multitest.t IEEE Std 1003.1, 2004 Edition states: 2009-09-20 15:47:31 +00:00
regress.b2a.out Don't forget to close the range if we branched over its end 2007-04-02 08:14:46 +00:00
regress.bcb.out
regress.c0.out This trivial change should fix at least 3 similar bugs. All of 2007-04-01 13:25:03 +00:00
regress.c1.out This trivial change should fix at least 3 similar bugs. All of 2007-04-01 13:25:03 +00:00
regress.c2.out This trivial change should fix at least 3 similar bugs. All of 2007-04-01 13:25:03 +00:00
regress.c3.out This trivial change should fix at least 3 similar bugs. All of 2007-04-01 13:25:03 +00:00
regress.G.out
regress.hanoi.out
regress.icase1.out Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. 2007-07-04 16:42:41 +00:00
regress.icase2.out Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed. 2007-07-04 16:42:41 +00:00
regress.icase3.out Add a test case for sed(1) regression - we should not ignore case 2007-07-06 16:36:52 +00:00
regress.in
regress.math.out Add sed math regression test. 2007-03-14 07:55:05 +00:00
regress.not.out Add a test for the "or more" part of the following POSIX specification. 2008-11-11 17:10:24 +00:00
regress.P.out
regress.psl.out
regress.s3.out
regress.s4.out
regress.s5.out
regress.sg.out
regress.sh Add a test for the "or more" part of the following POSIX specification. 2008-11-11 17:10:24 +00:00
regress.t
regress.y.out