Skip to content

Commit

Permalink
new syntax highlight tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Oct 17, 2011
1 parent ce7062e commit 252d7ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Rafael Kitover.
Added a test harness in t/ (try "make test"). Moved example code
to t_source/ (Hinrik)

Added a test for package declaration highlighting. Thanks, Matt
Boyle.

Fixes to the test suite from Matt Boyle.


Expand Down
4 changes: 3 additions & 1 deletion t/01_highlighting.t
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/perl

use strict;
use warnings;
use Cwd;
use File::Find;
use File::Spec::Functions qw<catfile catdir>;
use Test::More 'no_plan';
use Test::More tests => 5;
use Test::Differences;
use Text::VimColor;

Expand Down

0 comments on commit 252d7ab

Please sign in to comment.