mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-06 15:32:25 +00:00
Last commit before tagging and releasing
This commit is contained in:
12
extras/imported/perl-mode/Test.yasnippet
Normal file
12
extras/imported/perl-mode/Test.yasnippet
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: test
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Test
|
||||
# --
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
use strict;
|
||||
use Test::More tests => ${1:1};
|
||||
use ${2:ModuleName};
|
||||
|
||||
ok(${3:assertion});
|
||||
Reference in New Issue
Block a user