Regression test the 'addr1,+N' feature added in r192732
This commit is contained in:
parent
f879e8d923
commit
258f721bc9
@ -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()
|
||||
|
@ -0,0 +1,5 @@
|
||||
l1_13
|
||||
l1_14
|
||||
l2_1
|
||||
l2_2
|
||||
l2_3
|
@ -0,0 +1,3 @@
|
||||
l1_6
|
||||
l1_7
|
||||
l1_8
|
Loading…
x
Reference in New Issue
Block a user