Sed can go into an infinite loop

This commit is contained in:
Eric Andersen 2002-04-13 13:18:15 +00:00
parent db7d5fca5f
commit 3e6908b586

View File

@ -0,0 +1 @@
test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,'