sed: fix a buglet in s///NUM handling
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user