summaryrefslogtreecommitdiffstats
path: root/skeletons/test.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-05 00:44:35 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-05 00:44:35 -0500
commit1f0555c7fa12de7ad00eb29d5f3854ebaff88970 (patch)
treefe048e99760deea2f31000fc01c2b66e335fd368 /skeletons/test.t
parent9a1366affdf474cead2a6c67d58191e1479c7bcc (diff)
downloadvim-skeletons-1f0555c7fa12de7ad00eb29d5f3854ebaff88970.tar.gz
vim-skeletons-1f0555c7fa12de7ad00eb29d5f3854ebaff88970.zip
add sample skeleton filesHEADmaster
Diffstat (limited to 'skeletons/test.t')
-rw-r--r--skeletons/test.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/skeletons/test.t b/skeletons/test.t
new file mode 100644
index 0000000..5c272d7
--- /dev/null
+++ b/skeletons/test.t
@@ -0,0 +1,7 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+
+:startinsert