diff options
Diffstat (limited to 'testsuite/sed.tests')
-rwxr-xr-x | testsuite/sed.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/sed.tests b/testsuite/sed.tests index 67ff87e93..2b78c9b12 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests | |||
@@ -399,6 +399,12 @@ testing "sed uses previous regexp" \ | |||
399 | "" \ | 399 | "" \ |
400 | "q\nw\ne\nr\n" | 400 | "q\nw\ne\nr\n" |
401 | 401 | ||
402 | testing "sed ^ OR not^" \ | ||
403 | "sed -e 's/^a\|b//g'" \ | ||
404 | "ca\n" \ | ||
405 | "" \ | ||
406 | "abca\n" | ||
407 | |||
402 | # testing "description" "commands" "result" "infile" "stdin" | 408 | # testing "description" "commands" "result" "infile" "stdin" |
403 | 409 | ||
404 | exit $FAILCOUNT | 410 | exit $FAILCOUNT |