Announce 1.2.1
[oweals/busybox.git] / testsuite / sed.tests
index 4d6e2e67eb5a1d7613876db7ff7c7c16ea348be7..9d2be5570eded359ede5da2bc1488d2cdad06736 100755 (executable)
@@ -174,6 +174,8 @@ testing "sed -i with no arg [GNUFAIL]" "sed -e '' -i 2> /dev/null || echo yes" \
        "yes\n" "" ""
 rm ./-     # Clean up
 
+testing "sed s/xxx/[/" "sed -e 's/xxx/[/'" "[\n" "" "xxx\n"
+
 # Ponder this a bit more, why "woo not found" from gnu version?
 #testing "sed doesn't substitute in deleted line" \
 #      "sed -e '/ook/d;s/ook//;t woo;a bang;'" "bang" "" "ook\n"