[gtksourceview: 4/5] test-space-drawing: draw newlines



commit 97a2652cf6b0dd20392b7b22bc99ce9e1bcad14b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Sep 30 21:16:00 2016 +0200

    test-space-drawing: draw newlines
    
    To test the implicit trailing newline.

 tests/test-space-drawing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-space-drawing.c b/tests/test-space-drawing.c
index b7be77d..cf85b44 100644
--- a/tests/test-space-drawing.c
+++ b/tests/test-space-drawing.c
@@ -97,7 +97,7 @@ create_window (void)
                                                         GTK_SOURCE_SPACE_TYPE_NBSP);
        gtk_source_space_drawer_set_types_for_locations (space_drawer,
                                                         GTK_SOURCE_SPACE_LOCATION_TRAILING,
-                                                        GTK_SOURCE_SPACE_TYPE_ALL & 
~GTK_SOURCE_SPACE_TYPE_NEWLINE);
+                                                        GTK_SOURCE_SPACE_TYPE_ALL);
 
        panel_grid = gtk_grid_new ();
        gtk_orientable_set_orientation (GTK_ORIENTABLE (panel_grid), GTK_ORIENTATION_VERTICAL);


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