diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-05 20:31:07 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-08 10:52:21 -0400 |
commit | e4af060a99ad16db0e764c13e2cad78e612bd063 (patch) | |
tree | a62f25bafde2f6cce9cabdc1112d6b89318985a1 /tests/test-bidi.c | |
parent | c6bb45a3e619686a0653cac719f72653dc680b35 (diff) | |
download | pango-e4af060a99ad16db0e764c13e2cad78e612bd063.tar.gz |
Reimplement pango_layout_move_cursor_visually
Reimplement this function based on pango_layout_get_cursor_pos.
This is a bit less efficient, but it fixes cases where the old
implementation would get stuck.
Fixes: #587, #585, #157
Diffstat (limited to 'tests/test-bidi.c')
-rw-r--r-- | tests/test-bidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-bidi.c b/tests/test-bidi.c index adb8f3bc..cfd6b288 100644 --- a/tests/test-bidi.c +++ b/tests/test-bidi.c @@ -331,7 +331,7 @@ test_move_cursor_line (void) g_object_unref (layout); if (fail) - g_test_skip ("known to fail"); + g_test_fail (); } int |