comparison src/testdir/test86.in @ 19581:848dc460adf0 v8.2.0347

patch 8.2.0347: various code not covered by tests Commit: https://github.com/vim/vim/commit/91ffc8a5f5c7b1c6979b3352a12ed779d11173a9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 2 20:54:22 2020 +0100 patch 8.2.0347: various code not covered by tests Problem: Various code not covered by tests. Solution: Add more test coverage. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5720)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 Mar 2020 21:00:04 +0100
parents 068337e86133
children 04ef2ccf2519
comparison
equal deleted inserted replaced
19580:e84b346be7f2 19581:848dc460adf0
1154 :$put =string(pyeval('df(2)')) 1154 :$put =string(pyeval('df(2)'))
1155 :$put =string(pyeval('dl') is# pyeval('dl')) 1155 :$put =string(pyeval('dl') is# pyeval('dl'))
1156 :$put =string(pyeval('dd') is# pyeval('dd')) 1156 :$put =string(pyeval('dd') is# pyeval('dd'))
1157 :$put =string(pyeval('df')) 1157 :$put =string(pyeval('df'))
1158 :delfunction Put 1158 :delfunction Put
1159 py << EOF 1159 py <<
1160 del DupDict 1160 del DupDict
1161 del DupList 1161 del DupList
1162 del DupFun 1162 del DupFun
1163 del dd 1163 del dd
1164 del dl 1164 del dl
1165 del dl2 1165 del dl2
1166 del df 1166 del df
1167 EOF 1167 .
1168 :" 1168 :"
1169 :" Test chdir 1169 :" Test chdir
1170 py << EOF 1170 py << EOF
1171 import os 1171 import os
1172 fnamemodify = vim.Function('fnamemodify') 1172 fnamemodify = vim.Function('fnamemodify')