diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-01-18 12:30:38 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-01-18 14:43:05 -0500 |
commit | 54794dc9becb0d67fb1bcfd1a980d2bfafda1e77 (patch) | |
tree | e58ffae1de063d7d9afb50dd7509bc8deee1c15f /tests/markups/valid-16.expected | |
parent | 48a8ab2f6f6d532ee3d5058e32afe5c7f2a53b47 (diff) | |
download | pango-54794dc9becb0d67fb1bcfd1a980d2bfafda1e77.tar.gz |
Fix a g_ascii_formatd callfix-asciid-call
We were passing a format specifier that starts
with ' ', which some implementations of that API
don't like.
This change removes an extraneous space from the
output. Update affected tests.
Fixes: #659
Diffstat (limited to 'tests/markups/valid-16.expected')
-rw-r--r-- | tests/markups/valid-16.expected | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/markups/valid-16.expected b/tests/markups/valid-16.expected index a8a0dcd2..556c4db2 100644 --- a/tests/markups/valid-16.expected +++ b/tests/markups/valid-16.expected @@ -4,15 +4,15 @@ larger and smaller and smaller now with base --- range 0 11 -0 44 scale 1.200000 +0 44 scale 1.200000 range 11 19 -11 30 scale 1.000000 +11 30 scale 1.000000 range 19 30 -19 30 scale 0.833333 +19 30 scale 0.833333 range 30 31 -0 44 scale 1.200000 +0 44 scale 1.200000 range 31 44 -0 44 scale 1.200000 +0 44 scale 1.200000 31 44 size 15360 range 44 2147483647 |