diff options
Diffstat (limited to 'testsuite')
-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 8af156a..677303b 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests @@ -220,4 +220,9 @@ testing "sed d does not break n,regex matching #2" \ "second2\nthird2\n" "" \ "first\nsecond\nthird\nfourth\n""first2\nsecond2\nthird2\nfourth2\n" +testing "sed 2d;2,1p (gnu compat)" \ + "sed -n '2d;2,1p'" \ + "third\n" "" \ + "first\nsecond\nthird\nfourth\n" + exit $FAILCOUNT |