aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed/sed-branch-conditional
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-09-14 11:10:08 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-09-14 11:10:08 +0000
commit7bf8f5bc5e2b4e506936f482a5b55f4e0d044c68 (patch)
tree0002e49ed11fe960c3762931a0917cf79f8ee068 /testsuite/sed/sed-branch-conditional
parent8a0b59fb82790e6eea25ed8048b18670c0ea6e79 (diff)
downloadbusybox-7bf8f5bc5e2b4e506936f482a5b55f4e0d044c68.tar.gz
Update sed branch tests
Diffstat (limited to 'testsuite/sed/sed-branch-conditional')
-rw-r--r--testsuite/sed/sed-branch-conditional15
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/sed/sed-branch-conditional b/testsuite/sed/sed-branch-conditional
new file mode 100644
index 000000000..47d0a5ff2
--- /dev/null
+++ b/testsuite/sed/sed-branch-conditional
@@ -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