mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-14 04:43:48 -05:00
Add failing test case for #50
This commit is contained in:
@@ -174,4 +174,18 @@ Expect c:
|
|||||||
PRINTF("foo = %f\n", foo);
|
PRINTF("foo = %f\n", foo);
|
||||||
printf("foobar = %f\n", foobar);
|
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
|
Include: include/teardown.vader
|
||||||
|
|||||||
Reference in New Issue
Block a user