diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-02-18 11:07:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-18 11:07:31 +0800 |
commit | 44da6a56ba228a97fa917e1ae76a46299b8db125 (patch) | |
tree | 6eb3dde3e96050ef2e63427c5274e9b1dffdad78 /test/functional/ui/messages_spec.lua | |
parent | bb369a14f3e948c8efa3709d95e4dc2098b2de6a (diff) | |
parent | 9381d08e2916d6114c06336714e416bb834e5566 (diff) | |
download | rneovim-44da6a56ba228a97fa917e1ae76a46299b8db125.tar.gz rneovim-44da6a56ba228a97fa917e1ae76a46299b8db125.tar.bz2 rneovim-44da6a56ba228a97fa917e1ae76a46299b8db125.zip |
Merge pull request #22304 from zeertzjq/test-fix
Fix some mistakes and warnings in tests
Diffstat (limited to 'test/functional/ui/messages_spec.lua')
-rw-r--r-- | test/functional/ui/messages_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ui/messages_spec.lua b/test/functional/ui/messages_spec.lua index 3052a74f38..212d3aee7d 100644 --- a/test/functional/ui/messages_spec.lua +++ b/test/functional/ui/messages_spec.lua @@ -1322,7 +1322,7 @@ describe('ui/ext_messages', function() {1:~ }type :q{5:<Enter>} to exit {1: }| {1:~ }type :help{5:<Enter>} for help {1: }| {1:~ }| - {1:~ }type :help news{5:<Enter>} to see changes in v{MATCH:%d+%.%d+}| + {1:~{MATCH: +}}type :help news{5:<Enter>} to see changes in v{MATCH:%d+%.%d+}{1:{MATCH: +}}| {1:~ }| {MATCH:.*}| {MATCH:.*}| @@ -1378,7 +1378,7 @@ describe('ui/ext_messages', function() type :q{5:<Enter>} to exit | type :help{5:<Enter>} for help | | - type :help news{5:<Enter>} to see changes in v{MATCH:%d+%.%d+}| + {MATCH: +}type :help news{5:<Enter>} to see changes in v{MATCH:%d+%.%d+ +}| | {MATCH:.*}| {MATCH:.*}| |