comparison src/testdir/test_expr.vim @ 30986:360f286b5869 v9.0.0828

patch 9.0.0828: various typos Commit: https://github.com/vim/vim/commit/c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74 Author: dundargoc <gocdundar@gmail.com> Date: Wed Nov 2 13:30:51 2022 +0000 patch 9.0.0828: various typos Problem: Various typos. Solution: Correct typos. (closes https://github.com/vim/vim/issues/11432)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 14:45:11 +0100
parents 5bc99d85f773
children b9a8d1c453e1
comparison
equal deleted inserted replaced
30985:25894f29103e 30986:360f286b5869
33 call assert_true(has('patch-7.4.01')) 33 call assert_true(has('patch-7.4.01'))
34 call assert_true(has('patch-7.4.1')) 34 call assert_true(has('patch-7.4.1'))
35 call assert_true(has('patch-6.9.999')) 35 call assert_true(has('patch-6.9.999'))
36 call assert_true(has('patch-7.1.999')) 36 call assert_true(has('patch-7.1.999'))
37 call assert_true(has('patch-7.4.123')) 37 call assert_true(has('patch-7.4.123'))
38 call assert_true(has('patch-7.4.123 ')) " Traling space can be allowed. 38 call assert_true(has('patch-7.4.123 ')) " Trailing space can be allowed.
39 39
40 call assert_false(has('patch-7')) 40 call assert_false(has('patch-7'))
41 call assert_false(has('patch-7.4')) 41 call assert_false(has('patch-7.4'))
42 call assert_false(has('patch-7.4.')) 42 call assert_false(has('patch-7.4.'))
43 call assert_false(has('patch-9.1.0')) 43 call assert_false(has('patch-9.1.0'))