view src/libvterm/t/90vttest_02-screen-1.test @ 24238:e5cd25f7ffcd v8.2.2660

patch 8.2.2660: Vim9: no error for declaration with trailing text Commit: https://github.com/vim/vim/commit/ccc25aa285498d572a735bba5afd22aec9f605f4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 26 21:27:52 2021 +0100 patch 8.2.2660: Vim9: no error for declaration with trailing text Problem: Vim9: no error for declaration with trailing text. Solution: Give an error. (closes https://github.com/vim/vim/issues/8014)
author Bram Moolenaar <Bram@vim.org>
date Fri, 26 Mar 2021 21:30:03 +0100
parents b8299e742f41
children
line wrap: on
line source

# Test of WRAP AROUND mode setting.
INIT
WANTSCREEN

RESET

PUSH "\e[?7h"
$REP 170: PUSH "*"

PUSH "\e[?7l\e[3;1H"
$REP 177: PUSH "*"

PUSH "\e[?7h\e[5;1HOK"

!Output
$SEQ 0 2: ?screen_row \# = "********************************************************************************"
          ?screen_row  3 = ""
          ?screen_row  4 = "OK"