Skip to content

Commit f665bda

Browse files
author
Chris White
committed
Fixed whitespace [minor]
1 parent 2674fe0 commit f665bda

File tree

7 files changed

+7
-13
lines changed

7 files changed

+7
-13
lines changed

t/00-load.t

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ use warnings;
55
use Test::More;
66

77
BEGIN {
8-
if($ENV{PERLPP_NOUSE} || 0) {
9-
plan skip_all => 'Loading not tested in this configuration (PERLPP_NOUSE)';
10-
} else {
11-
plan tests => 1;
12-
use_ok( 'Text::PerlPP' ) || print "Bail out!\n";
13-
diag("Included from $INC{'Text/PerlPP.pm'}");
14-
}
8+
if($ENV{PERLPP_NOUSE} || 0) {
9+
plan skip_all => 'Loading not tested in this configuration (PERLPP_NOUSE)';
10+
} else {
11+
plan tests => 1;
12+
use_ok( 'Text::PerlPP' ) || print "Bail out!\n";
13+
diag("Included from $INC{'Text/PerlPP.pm'}");
14+
}
1515
}
1616

1717
done_testing();

t/01-basic.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ for my $lrTest (@testcases) {
3939
} # foreach test
4040

4141
# vi: set ts=4 sts=0 sw=4 noet ai: #
42-

t/01-readme.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,3 @@ for my $lrTest (@testcases) {
103103
} # foreach test
104104

105105
# vi: set ts=4 sts=0 sw=4 noet ai: #
106-

t/02-cmdline.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,3 @@ for my $lrTest (@testcases) {
132132
# TODO test -o / --output, and processing input from files rather than stdin
133133

134134
# vi: set ts=4 sts=0 sw=4 noet ai: #
135-

t/05-external-command.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ for my $lrTest (@testcases) {
5454
# TODO test -o / --output, and processing input from files rather than stdin
5555

5656
# vi: set ts=4 sts=0 sw=4 noet ai: #
57-

t/06-macro.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ for my $lrTest (@testcases) {
5050
# TODO test -o / --output, and processing input from files rather than stdin
5151

5252
# vi: set ts=4 sts=0 sw=4 noet ai: #
53-

t/07-invalid.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ for my $lrTest (@testcases) {
3232
} # foreach test
3333

3434
# vi: set ts=4 sts=0 sw=4 noet ai: #
35-

0 commit comments

Comments
 (0)