diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-23 22:30:01 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-26 07:59:38 -0400 |
commit | 0178d0c9e532ba78900319048da83c2583d36647 (patch) | |
tree | 7ce1da54d79ed745361dd5406fa74c62e0ebf4de /tests/breaks/two.expected | |
parent | 6a33b14848ca7f1a33d601222b010a90eed5c048 (diff) | |
download | pango-0178d0c9e532ba78900319048da83c2583d36647.tar.gz |
break: Follow mandatory rules more strictly
We were not putting a line break at the end of the
text, in cases where a paragraph ends with a newline.
Enforce this in all break apis.
Update affected tests.
Diffstat (limited to 'tests/breaks/two.expected')
-rw-r--r-- | tests/breaks/two.expected | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/breaks/two.expected b/tests/breaks/two.expected index 0280c52f..2921d224 100644 --- a/tests/breaks/two.expected +++ b/tests/breaks/two.expected @@ -1,7 +1,7 @@ -Text: g o r i l · l e s [0x0a] -Breaks: c c c c c c c c c c c -Whitespace: w w -Sentences: bs e b -Words: bs e s be b -Graphemes: b b b b b b b b b b b -Hyphens: i i i i i i i +Text: g o r i l · l e s [0x0a] +Breaks: c c c c c c c c c c lc +Whitespace: w w +Sentences: bs e b +Words: bs e s be b +Graphemes: b b b b b b b b b b b +Hyphens: i i i i i i i |