Fix a simple mistake with pattern space, and add a test for it
This commit is contained in:
13
testsuite/sed/sed-append-hold-space-to-pattern-space
Normal file
13
testsuite/sed/sed-append-hold-space-to-pattern-space
Normal file
@ -0,0 +1,13 @@
|
||||
busybox sed 'G'>output <<EOF
|
||||
a
|
||||
b
|
||||
c
|
||||
EOF
|
||||
cmp -s output - <<EOF
|
||||
a
|
||||
|
||||
b
|
||||
|
||||
c
|
||||
|
||||
EOF
|
Reference in New Issue
Block a user