diff options
Diffstat (limited to 'testsuite/sed.tests')
-rwxr-xr-x | testsuite/sed.tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/sed.tests b/testsuite/sed.tests index 875c946be..f88524d07 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests | |||
@@ -248,4 +248,9 @@ testing "sed beginning (^) matches only once" \ | |||
248 | ">/usr</>lib<\n" "" \ | 248 | ">/usr</>lib<\n" "" \ |
249 | "/usr/lib\n" | 249 | "/usr/lib\n" |
250 | 250 | ||
251 | testing "sed c" \ | ||
252 | "sed 'crepl'" \ | ||
253 | "repl\nrepl\n" "" \ | ||
254 | "first\nsecond\n" | ||
255 | |||
251 | exit $FAILCOUNT | 256 | exit $FAILCOUNT |