Test for use of newline in regex's, this feature is used by most
[oweals/busybox.git] / testsuite / sed / sed-append-next-line
1 busybox sed -n 'N;p'>output <<EOF
2 a
3 b
4 c
5 EOF
6 cmp -s output - <<EOF
7 a
8 b
9 EOF