From 5ed78adca590ba9991c55b71f0a9b7f1b31e7934 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Thu, 3 Jan 2002 21:12:34 +0000 Subject: * editors/sed.c (parse_edit_cmd): Rewrite. * testsuite/sed/sed-splits-edit-commands-on-command-line: New. --- testsuite/sed/sed-splits-edit-commands-on-command-line | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testsuite/sed/sed-splits-edit-commands-on-command-line (limited to 'testsuite') diff --git a/testsuite/sed/sed-splits-edit-commands-on-command-line b/testsuite/sed/sed-splits-edit-commands-on-command-line new file mode 100644 index 000000000..6421fa552 --- /dev/null +++ b/testsuite/sed/sed-splits-edit-commands-on-command-line @@ -0,0 +1,9 @@ +echo 2 | busybox sed -e 'i\ +1 +a\ +3' > output +cmp output - <