From 751b16f314e021f84c0a6fe554c33aa3ec07c3f1 Mon Sep 17 00:00:00 2001 From: David Planella Date: Fri, 10 May 2013 03:36:38 +0200 Subject: Updated test case for Qt Designer extraction: no escapes --- tests/results/extract-qtdesigner.ui.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/results/extract-qtdesigner.ui.h b/tests/results/extract-qtdesigner.ui.h index a9b997c..dd85ea1 100644 --- a/tests/results/extract-qtdesigner.ui.h +++ b/tests/results/extract-qtdesigner.ui.h @@ -1,11 +1,11 @@ char *s = N_("Form"); /* TRANSLATORS: this is the main title of the authentication dialog */ char *s = N_("This is a translatable title"); -char *s = N_("\n" - "HTML document extraction test\n" - "

Once upon a time, in a galaxy far, far away...

"); + "</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">\n" + "<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once upon a time, in a galaxy far, far away... </p></body></html>"); /* TRANSLATORS: refers to the action of accepting something */ char *s = C_("Button", "Ok"); char *s = C_("WelcomeDialog", "Don't show me this message in the future"); -- cgit v1.2.1