Test insertion of unmatched meta sequence.
authoranton <anton@openbsd.org>
Tue, 6 Jun 2017 08:05:01 +0000 (08:05 +0000)
committeranton <anton@openbsd.org>
Tue, 6 Jun 2017 08:05:01 +0000 (08:05 +0000)
regress/bin/ksh/edit/emacs.sh

index 569a213..60dbbce 100644 (file)
@@ -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"