diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-02-04 09:21:15 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-02-04 09:21:15 +1100 |
| commit | 05f57ace073ecfa62853b62db13b6cbee2a863e6 (patch) | |
| tree | 2bdf1050f8f5d8631e2af9f76e0a65b0cb89ff1d /test | |
| parent | 054833b253078b2d24ff8ad7e60eda2a64b8f3c8 (diff) | |
CommandManager: parse command lines as utf8 instead of ascii
Fixes #1829
Diffstat (limited to 'test')
| -rw-r--r-- | test/regression/1829-unicode-as-string-delimiter/cmd | 1 | ||||
| -rw-r--r-- | test/regression/1829-unicode-as-string-delimiter/in | 1 | ||||
| -rw-r--r-- | test/regression/1829-unicode-as-string-delimiter/out | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/regression/1829-unicode-as-string-delimiter/cmd b/test/regression/1829-unicode-as-string-delimiter/cmd new file mode 100644 index 00000000..c42d3140 --- /dev/null +++ b/test/regression/1829-unicode-as-string-delimiter/cmd @@ -0,0 +1 @@ +:exec i %дabcд <lt>esc> <ret> diff --git a/test/regression/1829-unicode-as-string-delimiter/in b/test/regression/1829-unicode-as-string-delimiter/in new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/test/regression/1829-unicode-as-string-delimiter/in @@ -0,0 +1 @@ + diff --git a/test/regression/1829-unicode-as-string-delimiter/out b/test/regression/1829-unicode-as-string-delimiter/out new file mode 100644 index 00000000..8baef1b4 --- /dev/null +++ b/test/regression/1829-unicode-as-string-delimiter/out @@ -0,0 +1 @@ +abc |
