diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-22 11:22:21 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-24 19:57:58 -0500 |
commit | 8d680a695083dc2ed2a84db024e07480ffdb0ac5 (patch) | |
tree | dd020f740bd895dcc06fb76cc1790c79334bcbca /tests | |
parent | 4d296ae799efb452f1b2a5e767ba2bf315ff883c (diff) | |
download | pango-8d680a695083dc2ed2a84db024e07480ffdb0ac5.tar.gz |
More context serialization work
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testserialize.c | 4 |
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; |