From 54794dc9becb0d67fb1bcfd1a980d2bfafda1e77 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 18 Jan 2022 12:30:38 -0500 Subject: Fix a g_ascii_formatd 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 --- tests/markups/valid-23.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/markups/valid-23.expected') diff --git a/tests/markups/valid-23.expected b/tests/markups/valid-23.expected index 296faf0a..59db8634 100644 --- a/tests/markups/valid-23.expected +++ b/tests/markups/valid-23.expected @@ -7,7 +7,7 @@ range 0 5 0 9 font-desc "Cantarell 11" range 5 9 0 9 font-desc "Cantarell 11" -5 9 scale 2.000000 +5 9 scale 2.000000 range 9 2147483647 -- cgit v1.2.1