view src/testdir/test21.in @ 22264:e0a4d029cb87 v8.2.1681

patch 8.2.1681: Vim9: unnessary :call commands in tests Commit: https://github.com/vim/vim/commit/08052228a72074cdb0165e65f01b2fa8fce867ea Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 14 17:04:31 2020 +0200 patch 8.2.1681: Vim9: unnessary :call commands in tests Problem: Vim9: unnessary :call commands in tests. Solution: Remove the commands. (issue https://github.com/vim/vim/issues/6936)
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Sep 2020 17:15:04 +0200
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