From 9caea2448e168560de306a1496574dd58c645fea Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 16 Sep 2014 01:11:13 +0200 Subject: sed: fix a buglet in s///NUM handling Signed-off-by: Denys Vlasenko --- testsuite/sed.tests | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuite/sed.tests') 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 \\ continuation " +testing "sed s///NUM test" \ + "sed -e 's/a/b/2; s/a/c/g'" \ + "cb\n" "" "aa\n" + # testing "description" "commands" "result" "infile" "stdin" exit $FAILCOUNT -- cgit v1.2.3