comparison src/testdir/test_python3.vim @ 18870:1895dd434ecf v8.1.2421

patch 8.1.2421: test88 is old style Commit: https://github.com/vim/vim/commit/213ed008bbcd9fe0d3329b17f5f4af0169e448ff Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 20:12:26 2019 +0100 patch 8.1.2421: test88 is old style Problem: Test88 is old style. Solution: Turn into a new style test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5347)
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 20:15:04 +0100
parents 6d11a0d5751d
children a3d9a5e14c1f
comparison
equal deleted inserted replaced
18869:6663d5342062 18870:1895dd434ecf
1 " Test for python 3 commands. 1 " Test for python 3 commands.
2 " TODO: move tests from test88.in here. 2 " TODO: move tests from test87.in here.
3 3
4 source check.vim 4 source check.vim
5 CheckFeature python3 5 CheckFeature python3
6 6
7 func Test_py3do() 7 func Test_py3do()