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 375beb518..12b36ae18 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests | |||
@@ -302,6 +302,10 @@ testing "sed zero chars match/replace advances correctly 2" \ | |||
302 | "sed 's [^ .]* x g'" \ | 302 | "sed 's [^ .]* x g'" \ |
303 | "x x.x\n" "" " a.b\n" | 303 | "x x.x\n" "" " a.b\n" |
304 | 304 | ||
305 | testing "sed zero chars match/replace logic must not falsely trigger here" \ | ||
306 | "sed 's/a/A/g'" \ | ||
307 | "_AAA1AA\n" "" "_aaa1aa\n" | ||
308 | |||
305 | # testing "description" "commands" "result" "infile" "stdin" | 309 | # testing "description" "commands" "result" "infile" "stdin" |
306 | 310 | ||
307 | exit $FAILCOUNT | 311 | exit $FAILCOUNT |