diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-02-15 00:30:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 00:30:05 +0000 |
commit | edc5554fc4f5d46ef8d8749854123cdce01b9152 (patch) | |
tree | 060d0983b3dfecee9977f3155f296cae6491518d /test | |
parent | 8051fa1aff24952b9d077ba44bc2b84fd1626345 (diff) | |
parent | 2b75ac7aa9cfc6f8b49b4399c02bada45af450d4 (diff) | |
download | rneovim-edc5554fc4f5d46ef8d8749854123cdce01b9152.tar.gz rneovim-edc5554fc4f5d46ef8d8749854123cdce01b9152.tar.bz2 rneovim-edc5554fc4f5d46ef8d8749854123cdce01b9152.zip |
Merge pull request #17402 from seandewar/vim-8.2.4120
vim-patch:8.2.{3073,4120,4151,4152}
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/legacy/utf8_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/utf8_spec.lua b/test/functional/legacy/utf8_spec.lua index 8b5fc02d11..67a4bec4c5 100644 --- a/test/functional/legacy/utf8_spec.lua +++ b/test/functional/legacy/utf8_spec.lua @@ -28,7 +28,7 @@ describe('utf8', function() expect([[ start: axaa - xあああ + xあああ bxbb]]) end) |