view src/libvterm/t/90vttest_02-screen-3.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

# Origin mode
INIT
WANTSCREEN

RESET

PUSH "\e[?6h"
PUSH "\e[23;24r"
PUSH "\n"
PUSH "Bottom"
PUSH "\e[1;1H"
PUSH "Above"

!Output
?screen_row 22 = "Above"
?screen_row 23 = "Bottom"