diff options
Diffstat (limited to 'testsuite/sed/sed-branch')
-rw-r--r-- | testsuite/sed/sed-branch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/sed/sed-branch b/testsuite/sed/sed-branch new file mode 100644 index 0000000..47d0a5f --- /dev/null +++ b/testsuite/sed/sed-branch @@ -0,0 +1,15 @@ +busybox sed 's/a/1/;t one;p;: one;p'>output <<EOF +a +b +c +EOF +cmp -s output - <<EOF +1 +1 +b +b +b +c +c +c +EOF |