Add a regression test for transliterate which happens to match characters

at an EOL/EOF, and therefore should catch the broken behaviour fixed by
Tim J. Robbins in sed(1) recently.

Suggested by:	obrien
This commit is contained in:
Juli Mallett 2002-06-25 12:10:09 +00:00
parent bdb9494ae8
commit 8c08ccea29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98811
2 changed files with 5 additions and 0 deletions

View File

@ -5,5 +5,6 @@ REGRESSION_START($1)
REGRESSION_TEST(`G', `sed G < regress.in')
REGRESSION_TEST(`P', `sed P < regress.in')
REGRESSION_TEST(`psl', `sed \$!g\;P\;D < regress.in')
REGRESSION_TEST(`y', `sed y/\(\)/{}/ < regress.in')
REGRESSION_END()

View File

@ -0,0 +1,4 @@
input
data
for validation
of sed{1}