Sed can go into an infinite loop
authorEric Andersen <andersen@codepoet.org>
Sat, 13 Apr 2002 13:18:15 +0000 (13:18 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 13 Apr 2002 13:18:15 +0000 (13:18 -0000)
testsuite/sed/sed-recurses-properly [new file with mode: 0644]

diff --git a/testsuite/sed/sed-recurses-properly b/testsuite/sed/sed-recurses-properly
new file mode 100644 (file)
index 0000000..3210100
--- /dev/null
@@ -0,0 +1 @@
+test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,'