Sign in
coral
/
busybox
/
23465579df7082514a10b7f5d5d9794e248fc1f2
/
.
/
testsuite
/
sed
/
sed-branch-conditional2
blob: f4b11f0f819bd70f152901135173b9264b914d2f [
file
] [
log
] [
blame
]
#XFAIL
busybox sed
's/a/b/;:loop;t loop'
>
output
<<
EOF
a
b
c
EOF
cmp
-
s output
-
<<
EOF
b
b
c
EOF