[gtksourceview/wip/chergert/vim: 324/363] another test




commit cf8656daac02d4495c9a70babb1f17ea3041615f
Author: Christian Hergert <chergert redhat com>
Date:   Fri Nov 5 15:19:30 2021 -0700

    another test

 testsuite/test-vim-text-object.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/testsuite/test-vim-text-object.c b/testsuite/test-vim-text-object.c
index 0196434d..7dc0329f 100644
--- a/testsuite/test-vim-text-object.c
+++ b/testsuite/test-vim-text-object.c
@@ -205,6 +205,7 @@ test_paragraph (void)
        run_test (gtk_source_vim_text_object_new_inner_paragraph (), "\tword;\n\n\tanother;\n", 7, "");
        run_test (gtk_source_vim_text_object_new_inner_paragraph (), "\t1\n\n\t2\n\n\t3", 8, "");
        run_test (gtk_source_vim_text_object_new_inner_paragraph (), "\n", 0, "\n");
+       run_test (gtk_source_vim_text_object_new_inner_paragraph (), "\n\na\nb\nc\n", 0, "\n");
 
        run_test (gtk_source_vim_text_object_new_a_paragraph (), "testing this.\n\n\n", 0, "testing 
this.\n\n\n");
        run_test (gtk_source_vim_text_object_new_a_paragraph (), "testing this.\n", 5, "testing this.\n");


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