]> Dogcows Code - chaz/vimcoder/blob - t/01-basic.t
add basic tests
[chaz/vimcoder] / t / 01-basic.t
1 #!/usr/bin/env perl
2
3 use warnings;
4 use strict;
5
6 use Test::More;
7
8 # placeholder for tests to be added in the future... someday
9 pass;
10
11 done_testing;
12
This page took 0.036631 seconds and 4 git commands to generate.