[gtksourceview/wip/chergert/vim: 359/363] couple more tests
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/chergert/vim: 359/363] couple more tests
- Date: Mon, 8 Nov 2021 19:53:56 +0000 (UTC)
commit 1845f466e9fb8a58f2e55e5360c7b1efb354dc99
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]