diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-30 00:53:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-30 00:54:07 -0400 |
commit | f448945713859dfc84935969f196f6137f34869a (patch) | |
tree | e816bfc0188ddfb2b2a70e8af3d242412fc8d164 /tests | |
parent | 8505435661d9b0ef83b2138f0b3ceed507a406a5 (diff) | |
download | pango-f448945713859dfc84935969f196f6137f34869a.tar.gz |
test-break: Fix legend formatting
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-break.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-break.c b/tests/test-break.c index ef9f4a0a..127a3e71 100644 --- a/tests/test-break.c +++ b/tests/test-break.c @@ -410,7 +410,7 @@ main (int argc, char *argv[]) " l - line break s - word start\n" " c - char break e - word end\n" "\n" - "Whitespace: Sentences:\n Hyphens" + "Whitespace: Sentences: Hyphens:\n" " x - expandable space b - sentence boundary i - insert hyphen\n" " w - whitespace s - sentence start r - remove preceding\n" " e - sentence end\n"); |