summaryrefslogtreecommitdiff
path: root/tests/testserialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testserialize.c')
-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;