vim-patch:9.0.1257: code style is not check in test scripts

Problem:    Code style is not check in test scripts.
Solution:   Add basic code style check for test files.

94722c5107

Use Test_test_files() from latest Vim.

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
zeertzjq
2024-07-17 10:19:31 +08:00
parent f17d819330
commit 457ab65ff3
32 changed files with 225 additions and 172 deletions

View File

@@ -1164,7 +1164,7 @@ func Test_compare_column_matchstr()
" matchstr().
enew
call setline(1, ['one', 'two', 'three'])
:3
:3
:/ee
bwipe!
set re=1