History log of /netbsd/tests/usr.bin/sed/t_sed.sh (Results 1 – 11 of 11)
Revision Date Author Comments
# f33399dc 06-May-2023 gutteridge <gutteridge@NetBSD.org>

t_sed.sh: add a test case for relative addressing

At one time, this didn't always work correctly, per PR bin/49109. Test
case from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192108


# a61769af 06-May-2023 gutteridge <gutteridge@NetBSD.org>

t_sed.sh: fix grammar, spelling, and formatting issues (NFC)


# 22b07ba5 07-Nov-2021 andvar <andvar@NetBSD.org>

fix various typos, mainly s/prefered/preferred/


# 444f9b41 23-Feb-2021 christos <christos@NetBSD.org>

Will be fixed with regex update


# a02c69e1 05-Oct-2019 christos <christos@NetBSD.org>

Add tests for escape sequences.


# 196ff717 05-Apr-2016 christos <christos@NetBSD.org>

Add test for PR/49872


# b154ba38 14-Mar-2013 jmmv <jmmv@NetBSD.org>

Prevent the sed command in c2048 from getting stuck.

Provide some unused input to the sed command in the c2048 test to prevent
the test from getting stuck waiting for input from stdin that will neve

Prevent the sed command in c2048 from getting stuck.

Provide some unused input to the sed command in the c2048 test to prevent
the test from getting stuck waiting for input from stdin that will never
arrive.

I don't know why I'm hitting this now (might be a difference between atf-run
and kyua), but this is a bug in the test.

show more ...


# 0eb838fc 27-Mar-2012 jruoho <jruoho@NetBSD.org>

Append a case for (fixed) PR bin/25899. From Min Sik Kim.


# 3a073d5e 19-Mar-2012 jruoho <jruoho@NetBSD.org>

Add a case also for (fixed) PR bin/42261.


# 8eb75539 18-Mar-2012 dholland <dholland@NetBSD.org>

Add some tests for selection of line ranges, based on a case that came
across the POSIX list a few days ago and some related phenomena.


# 092d217f 18-Mar-2012 jruoho <jruoho@NetBSD.org>

Add a test case for PR bin/28126. Does not fail with GNU sed.