Add failing test case for #50

This commit is contained in:
Junegunn Choi
2014-12-09 15:23:46 +09:00
parent 1744414e7e
commit 6c276c37ad

View File

@@ -174,4 +174,18 @@ Expect c:
PRINTF("foo = %f\n", foo);
printf("foobar = %f\n", foobar);
# Error when using delimiter alignment option (#50)
Given:
a | b | c
aa | bb | cc
Do:
:%EasyAlign {'a': 'l'}\<cr>
\<cr>
*|
Expect (Some text):
a | b | c
aa | bb | cc
Include: include/teardown.vader