[gtksourceview/wip/chergert/vim] couple more tests



commit 6a384f9ba673799737b709f245e26b65b150d4ec
Author: Christian Hergert <chergert redhat com>
Date:   Sun Nov 7 13:08:50 2021 -0800

    couple more tests

 testsuite/test-vim-input.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/testsuite/test-vim-input.c b/testsuite/test-vim-input.c
index 7d009025..ccfab64f 100644
--- a/testsuite/test-vim-input.c
+++ b/testsuite/test-vim-input.c
@@ -99,6 +99,8 @@ test_motion (void)
        run_test ("1\n2\n", "d2j", "");
        run_test ("1\n2\n", "d10j", "");
        run_test ("", "itesting\ea this.\e", "testing this.");
+       run_test ("", "3iz\e", "zzz");
+       run_test ("word here", "ciwnot\e", "not here");
 }
 
 int


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]