File: test-tabularx.vim

package info (click to toggle)
vim-vimtex 2.16-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,660 kB
  • sloc: makefile: 367; python: 103
file content (16 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source common.vim

EditConcealed test-tabularx.tex

if empty($INMAKE) | finish | endif

call assert_true(vimtex#syntax#in('texCmdTabularx', 6, 1))
call assert_true(vimtex#syntax#in('texTabularxWidth', 6, 18))
call assert_true(vimtex#syntax#in('texTabularxPreamble', 6, 26))

call assert_true(vimtex#syntax#in('texCmdTabularx', 10, 1))
call assert_true(vimtex#syntax#in('texTabularxWidth', 10, 18))
call assert_true(vimtex#syntax#in('texTabularxOpt', 10, 30))
call assert_true(vimtex#syntax#in('texTabularxPreamble', 10, 35))

call vimtex#test#finished()