summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichi Henning <michi.henning@canonical.com>2014-12-04 09:12:57 +1000
committerMichi Henning <michi.henning@canonical.com>2014-12-04 09:12:57 +1000
commit1a494da1f91de39557c908c8ab99e76d14755f67 (patch)
tree2afbd62599464f69bb4a4e48c27e7f6403381429
parentce7c2100749af1b94c151b4d002ed3317b84dc2f (diff)
downloadintltool-1a494da1f91de39557c908c8ab99e76d14755f67.tar.gz
Added test cases for spaces around = in desktop files.
-rw-r--r--tests/cases/extract13.desktop.in3
-rw-r--r--tests/results/extract13.desktop3
-rw-r--r--tests/results/extract13.desktop.in.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/cases/extract13.desktop.in b/tests/cases/extract13.desktop.in
index 19021be..256935f 100644
--- a/tests/cases/extract13.desktop.in
+++ b/tests/cases/extract13.desktop.in
@@ -24,3 +24,6 @@ X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-utils
X-GNOME-Bugzilla-Component=gsearchtool
_X-Color=Blue
+_X-Color2 = Red
+_X-Color3= Green
+_X-Color4 =Yellow
diff --git a/tests/results/extract13.desktop b/tests/results/extract13.desktop
index e8b60a1..879fcc1 100644
--- a/tests/results/extract13.desktop
+++ b/tests/results/extract13.desktop
@@ -24,3 +24,6 @@ X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gnome-utils
X-GNOME-Bugzilla-Component=gsearchtool
X-Color=Blue
+X-Color2 = Red
+X-Color3= Green
+X-Color4 =Yellow
diff --git a/tests/results/extract13.desktop.in.h b/tests/results/extract13.desktop.in.h
index e9df7b9..9e44646 100644
--- a/tests/results/extract13.desktop.in.h
+++ b/tests/results/extract13.desktop.in.h
@@ -3,3 +3,6 @@ char *s = N_("Find Files...");
/* 4. This comment also should be extracted. */
char *s = N_("Locate documents and folders on this computer by name or content");
char *s = N_("Blue");
+char *s = N_("Red");
+char *s = N_("Green");
+char *s = N_("Yellow");