Regression test the 'addr1,+N' feature added in r192732

This commit is contained in:
Brian Somers 2009-05-25 06:58:42 +00:00
parent f879e8d923
commit 258f721bc9
3 changed files with 10 additions and 0 deletions

View File

@ -180,6 +180,8 @@ hello' /dev/null
mark '2.18' ; $SED -n '/l2_3/,/l1_8/p' lines1 lines2
mark '2.19' ; $SED -n '12,3p' lines1 lines2
mark '2.20' ; $SED -n '/l1_7/,3p' lines1 lines2
mark '2.21' ; $SED -n '13,+4p' lines1 lines2
mark '2.22' ; $SED -n '/l1_6/,+2p' lines1 lines2
}
test_group()

View File

@ -0,0 +1,5 @@
l1_13
l1_14
l2_1
l2_2
l2_3

View File

@ -0,0 +1,3 @@
l1_6
l1_7
l1_8