5ed78adca5
* testsuite/sed/sed-splits-edit-commands-on-command-line: New.
10 lines
74 B
Plaintext
10 lines
74 B
Plaintext
echo 2 | busybox sed -e 'i\
|
|
1
|
|
a\
|
|
3' > output
|
|
cmp output - <<EOF
|
|
1
|
|
2
|
|
3
|
|
EOF
|