summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-22 11:22:21 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-24 19:57:58 -0500
commit8d680a695083dc2ed2a84db024e07480ffdb0ac5 (patch)
treedd020f740bd895dcc06fb76cc1790c79334bcbca /tests
parent4d296ae799efb452f1b2a5e767ba2bf315ff883c (diff)
downloadpango-8d680a695083dc2ed2a84db024e07480ffdb0ac5.tar.gz
More context serialization work
Diffstat (limited to 'tests')
-rw-r--r--tests/testserialize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testserialize.c b/tests/testserialize.c
index 43248777..e18df890 100644
--- a/tests/testserialize.c
+++ b/tests/testserialize.c
@@ -247,12 +247,12 @@ test_serialize_layout_context (void)
{
const char *test =
"{\n"
- " \"text\" : \"Some fun with layouts!\",\n"
" \"context\" : {\n"
" \"base-gravity\" : \"east\",\n"
" \"language\" : \"de-de\",\n"
" \"round-glyph-positions\" : \"false\"\n"
- " }\n"
+ " },\n"
+ " \"text\" : \"Some fun with layouts!\"\n"
"}";
PangoContext *context;