diff options
Diffstat (limited to 'testsuite/sed.tests')
-rwxr-xr-x | testsuite/sed.tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/sed.tests b/testsuite/sed.tests index 9494ac2de..19f2915ce 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests | |||
@@ -329,6 +329,10 @@ line with \\ | |||
329 | continuation | 329 | continuation |
330 | " | 330 | " |
331 | 331 | ||
332 | testing "sed s///NUM test" \ | ||
333 | "sed -e 's/a/b/2; s/a/c/g'" \ | ||
334 | "cb\n" "" "aa\n" | ||
335 | |||
332 | # testing "description" "commands" "result" "infile" "stdin" | 336 | # testing "description" "commands" "result" "infile" "stdin" |
333 | 337 | ||
334 | exit $FAILCOUNT | 338 | exit $FAILCOUNT |