summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Šegan <danilo@segan.org>2014-02-12 00:31:58 +0100
committerDanilo Šegan <danilo@segan.org>2014-02-12 00:31:58 +0100
commita114648623e79ccd5b348340d823517b4190c004 (patch)
tree9dd6d3bf2e2683cd058ef02766ea3941c55a27c6
parented6c420be52e994efd8304dace2c7b5f3913c23f (diff)
downloadintltool-a114648623e79ccd5b348340d823517b4190c004.tar.gz
Update tests for whitespace handling.
-rw-r--r--tests/cases/extract-qtdesigner.ui4
-rw-r--r--tests/results/extract-qtdesigner.ui.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/cases/extract-qtdesigner.ui b/tests/cases/extract-qtdesigner.ui
index 7c16560..059e69f 100644
--- a/tests/cases/extract-qtdesigner.ui
+++ b/tests/cases/extract-qtdesigner.ui
@@ -17,7 +17,7 @@
</sizepolicy>
</property>
<property name="windowTitle">
- <string>Form</string>
+ <string> Form </string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
@@ -156,7 +156,7 @@ p, li { white-space: pre-wrap; }
</font>
</property>
<property name="text">
- <string comment="Button" extracomment="TRANSLATORS: refers to the action of accepting something">Ok</string>
+ <string comment="Button" extracomment="TRANSLATORS: refers to the action of accepting something">O K</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
diff --git a/tests/results/extract-qtdesigner.ui.h b/tests/results/extract-qtdesigner.ui.h
index dd85ea1..6ef4e86 100644
--- a/tests/results/extract-qtdesigner.ui.h
+++ b/tests/results/extract-qtdesigner.ui.h
@@ -7,7 +7,7 @@ char *s = N_("&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quo
"&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_("Button", "O K");
char *s = C_("WelcomeDialog", "Don't show me this message in the future");
/* TRANSLATORS: authentication is required to perform this action */
char *s = N_("Require authentication");