diff options
Diffstat (limited to 'tests/results/test.scm.h')
-rw-r--r-- | tests/results/test.scm.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/results/test.scm.h b/tests/results/test.scm.h new file mode 100644 index 0000000..e75a4e2 --- /dev/null +++ b/tests/results/test.scm.h @@ -0,0 +1,11 @@ +/* so "what? */ +char *s = N_("another \" string"); +char *s = N_("here"); +/* all well */ +char *s = N_("multiple"); +/* this is a fine comment for translators */ +char *s = N_("nice string; thanks"); +/* silly comment */ +char *s = N_("translatable string"); +char *s = N_("translation"); +char *s = N_("translations; per line"); |