view src/libvterm/t/46screen_extent.test @ 15170:3cd05af56fd1 v8.1.0595

patch 8.1.0595: libvterm tests are not run with coverage commit https://github.com/vim/vim/commit/a9659e0da41388f2c7aedccf016c2fe2eeec6a82 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 15 15:59:32 2018 +0100 patch 8.1.0595: libvterm tests are not run with coverage Problem: Libvterm tests are not run with coverage. Solution: Adjust the Travis config. Show the actually run commands.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Dec 2018 16:00:06 +0100
parents b8299e742f41
children
line wrap: on
line source

INIT
WANTSCREEN 

!Bold extent
RESET
PUSH "AB\e[1mCD\e[mE"
  ?screen_attrs_extent 0,0 = 0,0-1,1
  ?screen_attrs_extent 0,1 = 0,0-1,1
  ?screen_attrs_extent 0,2 = 0,2-1,3
  ?screen_attrs_extent 0,3 = 0,2-1,3
  ?screen_attrs_extent 0,4 = 0,4-1,79