aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2002-01-02 17:56:38 +0000
committerMatt Kraai <kraai@debian.org>2002-01-02 17:56:38 +0000
commitd21735de2d7380d96cd42458c6d9775143abe6ea (patch)
tree45be2ee19d2f5811a889eecd771fd0f76042e508 /testsuite
parent87ac7028e01cdc4f504ea558a6ae3d086ed1bf2b (diff)
downloadbusybox-d21735de2d7380d96cd42458c6d9775143abe6ea.tar.gz
* editors/sed.c (parse_edit_command): Require a newline after the backslash
after an edit command. * testsuite/sed/sed-requires-newline-after-edit-command: New.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/sed/sed-requires-newline-after-edit-command1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/sed/sed-requires-newline-after-edit-command b/testsuite/sed/sed-requires-newline-after-edit-command
new file mode 100644
index 000000000..37ebc6608
--- /dev/null
+++ b/testsuite/sed/sed-requires-newline-after-edit-command
@@ -0,0 +1 @@
+! busybox sed -e 'i\foo' </dev/null