summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* test-itemize: Keep in sync with PangoLayoutMatthias Clasen2021-08-292-10/+11
| | | | | | This really needs some more generic treatment. Update affected test outputs.
* tests: Use introspection for attributesMatthias Clasen2021-08-291-64/+37
| | | | | | Now that we have introspection helpers for attributes, we can use them ourselves to make this code less brittle.
* test-itemize: Print more informationMatthias Clasen2021-08-283-1/+19
| | | | | | | Print out the items num_chars and char_offset, so we can check that the char_offset implementation works. Update affected test outputs.
* test-itemize: Improve generationMatthias Clasen2021-08-281-3/+3
| | | | | | | | | It is very annoying that gtest will dump its random seed into the output as soon as one calls g_test_init(). This pollutes our generated output. Work around that by deferring the g_test_init() call until after we've dealt with generating output.
* tests: Only print known analysis flagsMatthias Clasen2021-08-281-1/+5
| | | | We're going to steal one bit for private purposes.
* test-shape: Show cluster boundaries correctlyMatthias Clasen2021-08-271-11/+12
| | | | | | Cluster boundaries were cutting off the first character of a new cluster. Not great if the tools print out misleading information.
* test-shape: Add an option for hex charsMatthias Clasen2021-08-271-1/+20
| | | | | This is useful when trying to understand the output for scripts I don't read.
* More break testsmore-log-attr-thingsMatthias Clasen2021-08-266-0/+25
|
* Add code to validate log attrsMatthias Clasen2021-08-264-1/+587
| | | | | | This is just used in tests for now. If we decide to make an external log attr api, we can make this public.
* break: Fix up word fixupsMatthias Clasen2021-08-261-7/+7
| | | | | | | We were not correctly handling overlapping segments in all cases, with <span segment='word'>. Improve this. Update affected tests.
* break: Follow mandatory rules more strictlyMatthias Clasen2021-08-2613-91/+91
| | | | | | | | 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.
* tests: Improve test-shapeMatthias Clasen2021-08-251-5/+20
| | | | This helps with understanding clusters.
* tests: Make test-shape work like the othersMatthias Clasen2021-08-251-6/+1
| | | | | | There was some extra code here that was getting in the way of using all the dumper tests on the same input files. Get rid of it.
* Add segmentation attributesbreak-tailoringMatthias Clasen2021-08-2510-3/+50
| | | | | | | Add attributes that let us override word and sentence boundaries (and, indirectly, line breaks). Tests included.
* Add some new tests for hyphenshyphen-log-attrMatthias Clasen2021-08-254-0/+16
|
* test-break: Print out hyphensMatthias Clasen2021-08-258-35/+63
| | | | | | Print out all the log attrs we have. Update expected test outputs.
* Refine hyphenationMatthias Clasen2021-08-251-1/+1
| | | | | | | | Replace ‧ and | with a - when we break there. Update affected test output. Fixes: #603
* break-thai: Fix up word break handlingMatthias Clasen2021-08-231-6/+6
| | | | | | | | | | | We want to insert word start+end if libthai hands us line breaks between letters. But must be careful not to overwrite existing word boundaries, or we end up with a nonsense sequence. This was found by checking log attr invariants. Regenerate affected test outputs.
* Sync up test file listsfix-test-listsMatthias Clasen2021-08-221-1/+25
| | | | | | We have more tests than meson knows about. Fixes: #600
* tests: Silence compiler warningsMatthias Clasen2021-08-226-7/+12
|
* testattributes: Assert properlyMatthias Clasen2021-08-221-18/+9
|
* tests: Make test-itemize work betterMatthias Clasen2021-08-221-3/+3
| | | | | This wasn't working when passed a file on the commandline. Fix that.
* tests: Add more attribute testsMatthias Clasen2021-08-222-0/+110
| | | | | Handle all attribute types when testing copying, and add tests for the binding helpers.
* TrivialMatthias Clasen2021-08-221-1/+1
| | | | Fix a comment
* tests: Tweak test-break outputMatthias Clasen2021-08-228-23/+24
| | | | | | Change the order in test-break output to be sentence, word, grapheme. Update all affected test outputs.
* Merge branch 'matthiasc/for-master' into 'main'Matthias Clasen2021-08-214-4/+0
|\ | | | | | | | | Remove leftover test files See merge request GNOME/pango!426
| * Remove leftover test filesmatthiasc/for-masterMatthias Clasen2021-08-214-4/+0
| | | | | | | | | | These don't have a corresponding .break file, so they are useless.
* | Add a test for text_transform in markuptext-transform-3Matthias Clasen2021-08-202-0/+20
| |
* | tests: Use en_US.UTF8 instead of CMatthias Clasen2021-08-201-1/+1
| | | | | | | | | | The C locale gives us heartburn wrt to any non-ASCII chars.
* | tests: Handle text transform attrsMatthias Clasen2021-08-201-0/+1
| |
* | markup: Add a text transform attributeMatthias Clasen2021-08-201-0/+1
|/ | | | | | Add a PangoTextTransform enum, a PangoAttribute to set it on runs of text, and support for parsing it out of markup.
* Add a layout extents checkMatthias Clasen2021-08-201-0/+72
| | | | | Add a check that tests that layout, line, run, cluster and char extents are nested as expected.
* Correct an error messagefix-gravity-errorMatthias Clasen2021-08-171-1/+1
| | | | | | Update affected tests Fixes: #598
* Add a test for pango_layout_index_to_xmore-testsMatthias Clasen2021-08-101-2/+51
| | | | | Test that we can round-trip with pango_layout_x_index (most of the time).
* Remove some check from test-layoutMatthias Clasen2021-08-101-18/+4
| | | | | | | Some of these aren't reliable, and were only added for test coverage. Fixes: #576
* Add more tests for move-visuallycursor-move-fixesMatthias Clasen2021-08-091-4/+48
| | | | | These cover more of the corner cases fixed in the previous commits.
* Fix corner cases around line endsMatthias Clasen2021-08-091-0/+4
| | | | | | | | | | pango_layout_index_to_line_and_extents needs to return a run rect even if the line has no non-empty runs. Failing to do so was causing cursors at the end of lines to have a height of 0 or 1, which is not what we want. Add a testcase.
* testmisc.c: Fix builds without FontConfig/PangoFT2Chun-wei Fan2021-08-091-0/+7
| | | | | Some tests used items from PangoFT2, which may not have been enabled on platforms where that was optionally built.
* Adapt testsline-height-attributeMatthias Clasen2021-08-081-2/+10
| | | | | | Now that we are using run extents for cursor positions, the vertical extents aren't necessarily constant across a line anymore. Adapt our assertions.
* Merge branch 'bidi-revenge' into 'main'Matthias Clasen2021-08-084-12/+87
|\ | | | | | | | | | | | | Reimplement pango_layout_move_cursor_visually Closes #587, #585, and #157 See merge request GNOME/pango!389
| * Add multi-line tests for move-cursorMatthias Clasen2021-08-081-0/+63
| | | | | | | | | | Test the line end handling of pango_layout_move_cursor_visually.
| * Reimplement pango_layout_move_cursor_visuallyMatthias Clasen2021-08-083-3/+3
| | | | | | | | | | | | | | | | 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
| * Add tests for pango_layout_move_cursor_visuallyMatthias Clasen2021-08-081-9/+14
| | | | | | | | Some of these currently fail.
| * Small correction to test-layoutMatthias Clasen2021-08-061-1/+8
| | | | | | | | | | We need to apply trailing properly, by skipping characters.
* | markup: Allow specifying size as percentagemarkup-sizesMatthias Clasen2021-08-082-0/+19
| | | | | | | | | | | | | | Accept values like 200%, in addition to other ways of specifying sizes in markup. Fixes: #23
* | markup: Allow pt for rise tooMatthias Clasen2021-08-085-1/+31
| |
* | markup: Allow specifying size in ptMatthias Clasen2021-08-084-2/+15
|/ | | | | | | | Accept values like 12.5pt, in addition to the other ways of specifying font size in markup. Fixes: #67
* Add tests for pango_layout_move_cursor_visuallybidi-adventuresMatthias Clasen2021-08-052-1/+184
| | | | Some of these currently fail.
* tests: Avoid bidi in test outputMatthias Clasen2021-08-0512-31/+13
| | | | | | | When rendering the text char-by-char, use directional controls to avoid any bidi reordering. Update affected tests.
* Add a test for pango_layout_get_cursor_posfix-split-cursors-at-endMatthias Clasen2021-08-041-0/+37
| | | | | | This checks that we get split cursors in some cases where we expect it. One of the cases was broken until the previous commit.