summaryrefslogtreecommitdiffstats
path: root/src/sed/testsuite/numsub.sed
blob: 4a96cad33ee14d440460738b16b7511c4e6686aa (plain)
1
2
3
4
5
6
7
# the first one matches, the second doesn't
1s/foo/bar/10
2s/foo/bar/20

# The second line should be deleted.  ssed 3.55-3.58 do not.
t
d