summaryrefslogtreecommitdiff
path: root/tests/results/extract-comments.xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/results/extract-comments.xml.h')
-rw-r--r--tests/results/extract-comments.xml.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/results/extract-comments.xml.h b/tests/results/extract-comments.xml.h
new file mode 100644
index 0000000..451aa79
--- /dev/null
+++ b/tests/results/extract-comments.xml.h
@@ -0,0 +1,19 @@
+/* This comment is not ignored even if it contains > (greater than)
+sign in it, and the following string shows up as well */
+char *s = N_("Dum-dee-dum");
+/* If comment doesn't end on the previous line, it should be handled
+ correctly */
+char *s = N_("Final thing to translate");
+/* This comment is not ignored */
+char *s = N_("First thing to translate");
+/* This is multi line comment for the following string;
+ second line of multi-line comment */
+char *s = N_("Something to translate");
+char *s = N_("This doesn't have a comment for translators");
+/* Comment for *both* attributes and content */
+char *s = N_("attribute value");
+/* This comment will appear if attributes can be commented about */
+char *s = N_("attribute with comment");
+char *s = N_("attribute without comment");
+/* Comment for *both* attributes and content */
+char *s = N_("even more content");