summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Planella <david.planella@ubuntu.com>2013-05-10 03:36:38 +0200
committerDavid Planella <david.planella@ubuntu.com>2013-05-10 03:36:38 +0200
commit751b16f314e021f84c0a6fe554c33aa3ec07c3f1 (patch)
tree53259ce87077abdee94241b362eabe303155efdf
parent0b6d9c44c7e68c83476886307a609de871705476 (diff)
downloadintltool-751b16f314e021f84c0a6fe554c33aa3ec07c3f1.tar.gz
Updated test case for Qt Designer extraction: no escapes
-rw-r--r--tests/results/extract-qtdesigner.ui.h8
1 files 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_("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
- "<html><head><meta name=\"qrichtext\" content=\"1\" /><title>HTML document extraction test</title><style type=\"text/css\">\n"
+char *s = N_("&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;\n"
+ "&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;title&gt;HTML document extraction test&lt;/title&gt;&lt;style type=&quot;text/css&quot;&gt;\n"
"p, li { white-space: pre-wrap; }\n"
- "</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>");
+ "&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;\n"
+ "&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Once upon a time, in a galaxy far, far away... &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;");
/* 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");