mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 07:58:02 +02:00
Correct near-pangram to be an actual pangram
This wasn't affecting the test quality at all, but it did annoy me to see this mistake.
This commit is contained in:
parent
ed695bdb9b
commit
c15cab8b68
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ draw (cairo_t *cr, int width, int height)
|
|||
cairo_surface_t *surface;
|
||||
cairo_t *cr2;
|
||||
const char *phase;
|
||||
const char string[] = "The quick brown fox jumped over the lazy dog.";
|
||||
const char string[] = "The quick brown fox jumps over the lazy dog.";
|
||||
cairo_text_extents_t extents, scaled_font_extents;
|
||||
cairo_test_status_t ret = CAIRO_TEST_SUCCESS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue