diff options
| author | Tony Finch <fanf@FreeBSD.org> | 2003-06-04 15:26:23 +0000 |
|---|---|---|
| committer | Tony Finch <fanf@FreeBSD.org> | 2003-06-04 15:26:23 +0000 |
| commit | 7d3a298ba974a370cda1a0973731eac73ced358a (patch) | |
| tree | 3ef69f9547734730159ff3cdd34429dd1169365d /tools/regression | |
| parent | a05fa0abeae927a023c9020cd516be866a2777f2 (diff) | |
Notes
Diffstat (limited to 'tools/regression')
| -rw-r--r-- | tools/regression/usr.bin/sed/regress.s3.out | 1 | ||||
| -rw-r--r-- | tools/regression/usr.bin/sed/regress.s4.out | 1 | ||||
| -rw-r--r-- | tools/regression/usr.bin/sed/regress.s5.out | 1 | ||||
| -rw-r--r-- | tools/regression/usr.bin/sed/regress.sg.out | 1 | ||||
| -rw-r--r-- | tools/regression/usr.bin/sed/regress.sh | 4 |
5 files changed, 8 insertions, 0 deletions
diff --git a/tools/regression/usr.bin/sed/regress.s3.out b/tools/regression/usr.bin/sed/regress.s3.out new file mode 100644 index 000000000000..68dfa9bc84b7 --- /dev/null +++ b/tools/regression/usr.bin/sed/regress.s3.out @@ -0,0 +1 @@ +fo,o diff --git a/tools/regression/usr.bin/sed/regress.s4.out b/tools/regression/usr.bin/sed/regress.s4.out new file mode 100644 index 000000000000..03914ba82b2d --- /dev/null +++ b/tools/regression/usr.bin/sed/regress.s4.out @@ -0,0 +1 @@ +foo, diff --git a/tools/regression/usr.bin/sed/regress.s5.out b/tools/regression/usr.bin/sed/regress.s5.out new file mode 100644 index 000000000000..257cc5642cb1 --- /dev/null +++ b/tools/regression/usr.bin/sed/regress.s5.out @@ -0,0 +1 @@ +foo diff --git a/tools/regression/usr.bin/sed/regress.sg.out b/tools/regression/usr.bin/sed/regress.sg.out new file mode 100644 index 000000000000..7b24f2c46f74 --- /dev/null +++ b/tools/regression/usr.bin/sed/regress.sg.out @@ -0,0 +1 @@ +,f,o,o, diff --git a/tools/regression/usr.bin/sed/regress.sh b/tools/regression/usr.bin/sed/regress.sh index 15ab0e6ae236..fc5a13519950 100644 --- a/tools/regression/usr.bin/sed/regress.sh +++ b/tools/regression/usr.bin/sed/regress.sh @@ -7,5 +7,9 @@ REGRESSION_TEST(`P', `sed P < regress.in') REGRESSION_TEST(`psl', `sed \$!g\;P\;D < regress.in') REGRESSION_TEST(`bcb', `sed s/X/$(jot -n -bx -s "" 2043)\\\\zz/ < regress.in') REGRESSION_TEST(`y', `echo -n foo | sed y/o/O/') +REGRESSION_TEST(`sg', `echo foo | sed s/,*/,/g') +REGRESSION_TEST(`s3', `echo foo | sed s/,*/,/3') +REGRESSION_TEST(`s4', `echo foo | sed s/,*/,/4') +REGRESSION_TEST(`s5', `echo foo | sed s/,*/,/5') REGRESSION_END() |
