comparison src/testdir/Make_all.mak @ 15504:247511eadb7a v8.1.0760

patch 8.1.0760: no proper test for using 'termencoding' commit https://github.com/vim/vim/commit/617d7ef0462e86ec946d8932e4d157e65bbc9aa8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 13:04:30 2019 +0100 patch 8.1.0760: no proper test for using 'termencoding' Problem: No proper test for using 'termencoding'. Solution: Add a screendump test. Fix using double width characters in a screendump.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 13:15:07 +0100
parents 1d2b5c016f17
children 536fca2cee19
comparison
equal deleted inserted replaced
15503:65eb414db805 15504:247511eadb7a
241 test_tabpage \ 241 test_tabpage \
242 test_tagcase \ 242 test_tagcase \
243 test_tagjump \ 243 test_tagjump \
244 test_taglist \ 244 test_taglist \
245 test_tcl \ 245 test_tcl \
246 test_termencoding \
246 test_terminal \ 247 test_terminal \
247 test_terminal_fail \ 248 test_terminal_fail \
248 test_textformat \ 249 test_textformat \
249 test_textobjects \ 250 test_textobjects \
250 test_textprop \ 251 test_textprop \
387 test_swap.res \ 388 test_swap.res \
388 test_syntax.res \ 389 test_syntax.res \
389 test_system.res \ 390 test_system.res \
390 test_tab.res \ 391 test_tab.res \
391 test_tcl.res \ 392 test_tcl.res \
393 test_termencoding.res \
392 test_terminal.res \ 394 test_terminal.res \
393 test_terminal_fail.res \ 395 test_terminal_fail.res \
394 test_textformat.res \ 396 test_textformat.res \
395 test_textobjects.res \ 397 test_textobjects.res \
396 test_textprop.res \ 398 test_textprop.res \