summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_gettext_makefile_in1.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_gettext_makefile_in1.vim')
-rw-r--r--src/testdir/test_gettext_makefile_in1.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testdir/test_gettext_makefile_in1.vim b/src/testdir/test_gettext_makefile_in1.vim
new file mode 100644
index 0000000000..cbe11591f9
--- /dev/null
+++ b/src/testdir/test_gettext_makefile_in1.vim
@@ -0,0 +1,7 @@
+" Test file for gettext() package makefile
+" Last Change: 2024 Jun 01
+
+echo gettext("This is a test", "test_gettext")
+echo gettext("This is another test", "test_gettext")
+echo gettext("This is a test", "test_gettext")
+" vim: ts=8