diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-09 11:51:45 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-09 11:51:45 -0400 |
commit | 7abe91c208ce7f0c1f6e6c4b13df4de7a664ffa5 (patch) | |
tree | 0557f8c65b9fc645761bfaaf2f7434ac4bb1e4f9 /tests | |
parent | 8342c1ca220aa256d6cf1829c96886900713b6eb (diff) | |
download | pango-7abe91c208ce7f0c1f6e6c4b13df4de7a664ffa5.tar.gz |
tests: Add an explanation
Lets explain what this test is about, since it doesn't
appear to test anything.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testmisc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testmisc.c b/tests/testmisc.c index 3e629f24..a078944d 100644 --- a/tests/testmisc.c +++ b/tests/testmisc.c @@ -23,6 +23,9 @@ #include <glib.h> #include <pango/pangocairo.h> +/* test that we don't crash in shape_tab when the layout + * is such that we don't have effective attributes + */ static void test_shape_tab_crash (void) { |