comparison src/testdir/Make_all.mak @ 19603:6d3c683466f4 v8.2.0358

patch 8.2.0358: insufficient testing for indent.c Commit: https://github.com/vim/vim/commit/bd7206e02c957f0619e68e1628e2a3e91dd41e06 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 6 20:36:04 2020 +0100 patch 8.2.0358: insufficient testing for indent.c Problem: Insufficient testing for indent.c. Solution: Add indent tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5736)
author Bram Moolenaar <Bram@vim.org>
date Fri, 06 Mar 2020 20:45:04 +0100
parents ac3f5096f438
children 8514e8b7e661
comparison
equal deleted inserted replaced
19602:03c12433ae36 19603:6d3c683466f4
144 test_history \ 144 test_history \
145 test_hlsearch \ 145 test_hlsearch \
146 test_iminsert \ 146 test_iminsert \
147 test_increment \ 147 test_increment \
148 test_increment_dbcs \ 148 test_increment_dbcs \
149 test_indent \
149 test_ins_complete \ 150 test_ins_complete \
150 test_interrupt \ 151 test_interrupt \
151 test_job_fails \ 152 test_job_fails \
152 test_join \ 153 test_join \
153 test_json \ 154 test_json \
374 test_history.res \ 375 test_history.res \
375 test_hlsearch.res \ 376 test_hlsearch.res \
376 test_iminsert.res \ 377 test_iminsert.res \
377 test_increment.res \ 378 test_increment.res \
378 test_increment_dbcs.res \ 379 test_increment_dbcs.res \
380 test_indent.res \
379 test_ins_complete.res \ 381 test_ins_complete.res \
380 test_interrupt.res \ 382 test_interrupt.res \
381 test_job_fails.res \ 383 test_job_fails.res \
382 test_join.res \ 384 test_join.res \
383 test_json.res \ 385 test_json.res \