summaryrefslogtreecommitdiff
path: root/regress/bin/ksh
diff options
context:
space:
mode:
authoranton <anton@cvs.openbsd.org>2017-06-06 08:05:02 +0000
committeranton <anton@cvs.openbsd.org>2017-06-06 08:05:02 +0000
commit8f7cf97426282b9d5e1fbb04b65c08c5080a866f (patch)
tree2eab7f41be58de342b49c440b7d4089fd847bd80 /regress/bin/ksh
parentd7f09d55ec889091827df4ac021f5d0e39d316e2 (diff)
Test insertion of unmatched meta sequence.
Diffstat (limited to 'regress/bin/ksh')
-rw-r--r--regress/bin/ksh/edit/emacs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/bin/ksh/edit/emacs.sh b/regress/bin/ksh/edit/emacs.sh
index 569a2138ec3..60dbbce9457 100644
--- a/regress/bin/ksh/edit/emacs.sh
+++ b/regress/bin/ksh/edit/emacs.sh
@@ -88,3 +88,6 @@ testseq "z\0002\0364\0220\0200\0200" \
" $ z\b\0364z\b\b\0364\0220z\b\b\0364\0220\0200z\b\b\0364\0220\0200\0200z\b"
testseq "z\0002\0364\0277\0277\0277" \
" $ z\b\0364z\b\b\0364\0277z\b\b\0364\0277\0277z\b\b\0364\0277\0277\0277z\b"
+
+# insertion of unmatched meta sequence
+testseq "z\0002\0033[3z" " $ z\b\0007"