| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
For master
See merge request GNOME/pango!184
|
| |
| |
| |
| |
| | |
Create the PangoContext for the test after resetting the locale, and use
the en_US.utf8 name, as it seems to be the name used by Fedora.
|
| |
| |
| |
| |
| | |
When dumping the diff between the computed and expected results, we need
to respect the TAP format and place "#" in front of each line.
|
| |
| |
| |
| | |
Just like test-layout and test-itemize.
|
|\ \
| |/
|/|
| |
| | |
tests/test-break.c: Only test Thai breaks with libthai available
See merge request GNOME/pango!161
|
| |
| |
| |
| |
| |
| | |
The four.break test data file involves the Thai language, meaning that
this test will fail unless we have libthai. Skip this test unless
libthai is found.
|
|/
|
|
|
|
|
|
| |
Do not use homegrown assertion and failure macros, when GTest has
perfectly functional API to deal with all the cases Pango covers.
Using GTest also allows us to rely on appropriate formatting for
results and logging.
|
| |
|
|
|
|
| |
pango_get_log_attrs does not apply allow-break attributes.
|
|
|
|
|
|
| |
test-break was using the is_soft_hyphen log attr
that we've just removed again. Adapt, and update
expected test output.
|
|
|
|
| |
This alternative is not useful.
|
|
|
|
| |
This is useful for documenting tests.
|
|
|
|
|
| |
We were not diffing the output against the
expected results.
|
|
This is useful for exploring line breaking.
|