From 883c6b67a0a602044274360ab6131d675ee24b71 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 10 Dec 2014 12:01:39 +0900 Subject: [PATCH] Add regression test case for #51 --- test/fixed.vader | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/test/fixed.vader b/test/fixed.vader index 491f0ec..46b2e8d 100644 --- a/test/fixed.vader +++ b/test/fixed.vader @@ -174,18 +174,28 @@ Expect c: PRINTF("foo = %f\n", foo); printf("foobar = %f\n", foobar); -# Error when using delimiter alignment option (#50) +* #50 Error when using delimiter alignment option Given: - a | b | c - aa | bb | cc + a|bbb|c + aa|bb|cc -Do: +Do (#50 EasyAlign command with 'a' option): :%EasyAlign {'a': 'l'}\ \ *| Expect (Some text): - a | b | c + a | bbb | c + aa | bb | cc + +* #51 Repeat of visual (LiveEasyAlign) broken +Do (#51/#52 (EasyAlignRepeat) in visual mode): + V\\\*|| + G + V\. + +Expect: + a | bbb | c aa | bb | cc Include: include/teardown.vader