Test: Table should not change tw

This commit is contained in:
Tinmarino 2020-07-21 15:10:27 -04:00
parent 1072f2a14e
commit 19bfe93ef3
1 changed files with 18 additions and 0 deletions

View File

@ -1,6 +1,24 @@
Include: vader_includes/vader_setup.vader
# Do not alter config {{{1
##########################
Given vimwiki (Table Head \#891):
| foo | bar |
Execute (set tw=71):
set tw=71
AssertEqual &tw, 71
Do (A<Cr>):
A\<Cr>\<Esc>
Expect (Table Head \#891):
| foo | bar |
| | |
Execute (Assert tw=71):
AssertEqual &tw, 71
# Autoformat {{{1
#################