busybox/testsuite/sed/sed-recurses-properly

2 lines
77 B
Plaintext
Raw Normal View History

2002-04-13 18:48:15 +05:30
test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,'