Test for use of newline in regex's, this feature is used by most
[oweals/busybox.git] / testsuite / sed / sed-does-not-substitute-in-deleted-line
1 echo foo | busybox sed -e /foo/d -e s/foo/bar/ >foo
2 cmp foo /dev/null