view src/testdir/test21.in @ 31764:6969fac11aaa v9.0.1214

patch 9.0.1214: file left behind after running tests Commit: https://github.com/vim/vim/commit/541c87c808df91b55e51fedc4987152a3edfe80d Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Tue Jan 17 21:20:44 2023 +0000 patch 9.0.1214: file left behind after running tests Problem: File left behind after running tests. Solution: Delete the file. (Dominique Pell?, closes https://github.com/vim/vim/issues/11839)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Jan 2023 22:30:04 +0100
parents 30bdd2e4a6f9
children
line wrap: on
line source

Tests for file with some lines ending in CTRL-M, some not

STARTTEST
:set ta tx
:e!
:$-3,$w! test.out
:qa!
ENDTEST

this lines ends in a
this one doesn't
this one does
and the last one doesn't