diff options
| author | Chris Webb <chris@arachsys.com> | 2023-05-09 22:56:55 +0200 |
|---|---|---|
| committer | Johannes Altmanninger <aclopte@gmail.com> | 2023-05-09 23:07:07 +0200 |
| commit | fc6f32f9ee409bf755b420263eb698e8e5d6ccca (patch) | |
| tree | a117a45c4195fa249d300e0fb9198b8621a95389 /test | |
| parent | 2adc81c4c937e2422b1f3fa7cf470e1e7b040ffa (diff) | |
Stop _ from tearing multibyte UTF-8 sequences
Fixes #4887
[ja: add test]
Diffstat (limited to 'test')
| -rw-r--r-- | test/regression/4887-torn-utf8-sequence/cmd | 1 | ||||
| -rw-r--r-- | test/regression/4887-torn-utf8-sequence/in | 0 | ||||
| -rw-r--r-- | test/regression/4887-torn-utf8-sequence/out | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/test/regression/4887-torn-utf8-sequence/cmd b/test/regression/4887-torn-utf8-sequence/cmd new file mode 100644 index 00000000..8a70e75f --- /dev/null +++ b/test/regression/4887-torn-utf8-sequence/cmd @@ -0,0 +1 @@ +:exec %{<percent>cç<lt>esc>x_<semicolon>iab<lt>esc>}<ret> diff --git a/test/regression/4887-torn-utf8-sequence/in b/test/regression/4887-torn-utf8-sequence/in new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/regression/4887-torn-utf8-sequence/in diff --git a/test/regression/4887-torn-utf8-sequence/out b/test/regression/4887-torn-utf8-sequence/out new file mode 100644 index 00000000..155dd4fa --- /dev/null +++ b/test/regression/4887-torn-utf8-sequence/out @@ -0,0 +1 @@ +abç |
