commit | 94722c510745a0cfd494c51625a514b92dd2bfb2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 28 19:19:03 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 28 19:19:03 2023 +0000 |
tree | ed0153caea48396d88e9cd8f6d42bbaaa8076762 | |
parent | 04e4f1d98556e67d7337224b67b71c828410ee0f [diff] [blame] |
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.
diff --git a/src/testdir/test_method.vim b/src/testdir/test_method.vim index 29734e0..2ca66fd 100644 --- a/src/testdir/test_method.vim +++ b/src/testdir/test_method.vim
@@ -127,7 +127,7 @@ func Test_method_syntax() eval [1, 2, 3] ->sort( ) - eval [1, 2, 3] + eval [1, 2, 3] \ ->sort( \ ) eval [1, 2, 3]->sort()