aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed/sed-recurses-properly
blob: bee1a419a224f66943eba5e02d00edbb7f7afa3c (plain)
1
2
# XFAIL
test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,'