diff options
Diffstat (limited to 'testsuite/sed.tests')
-rwxr-xr-x | testsuite/sed.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/sed.tests b/testsuite/sed.tests index 4d6e2e67e..9d2be5570 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests | |||
@@ -174,6 +174,8 @@ testing "sed -i with no arg [GNUFAIL]" "sed -e '' -i 2> /dev/null || echo yes" \ | |||
174 | "yes\n" "" "" | 174 | "yes\n" "" "" |
175 | rm ./- # Clean up | 175 | rm ./- # Clean up |
176 | 176 | ||
177 | testing "sed s/xxx/[/" "sed -e 's/xxx/[/'" "[\n" "" "xxx\n" | ||
178 | |||
177 | # Ponder this a bit more, why "woo not found" from gnu version? | 179 | # Ponder this a bit more, why "woo not found" from gnu version? |
178 | #testing "sed doesn't substitute in deleted line" \ | 180 | #testing "sed doesn't substitute in deleted line" \ |
179 | # "sed -e '/ook/d;s/ook//;t woo;a bang;'" "bang" "" "ook\n" | 181 | # "sed -e '/ook/d;s/ook//;t woo;a bang;'" "bang" "" "ook\n" |