artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fcf562
)
Test insertion of unmatched meta sequence.
author
anton
<anton@openbsd.org>
Tue, 6 Jun 2017 08:05:01 +0000
(08:05 +0000)
committer
anton
<anton@openbsd.org>
Tue, 6 Jun 2017 08:05:01 +0000
(08:05 +0000)
regress/bin/ksh/edit/emacs.sh
patch
|
blob
|
history
diff --git
a/regress/bin/ksh/edit/emacs.sh
b/regress/bin/ksh/edit/emacs.sh
index
569a213
..
60dbbce
100644
(file)
--- 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"