diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/sed/sed-append-hold-space-to-pattern-space | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/sed/sed-append-hold-space-to-pattern-space b/testsuite/sed/sed-append-hold-space-to-pattern-space new file mode 100644 index 000000000..6dda80fee --- /dev/null +++ b/testsuite/sed/sed-append-hold-space-to-pattern-space | |||
@@ -0,0 +1,13 @@ | |||
1 | busybox sed 'G'>output <<EOF | ||
2 | a | ||
3 | b | ||
4 | c | ||
5 | EOF | ||
6 | cmp -s output - <<EOF | ||
7 | a | ||
8 | |||
9 | b | ||
10 | |||
11 | c | ||
12 | |||
13 | EOF | ||