Skip to content

Commit cd401c5

Browse files
simbabqueoalders
authored andcommitted
perltidy
1 parent 0ca6d9d commit cd401c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

t/dump.t

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ subtest "dump_headers", sub {
2727
};
2828

2929
subtest "dump_links test", sub {
30-
dump_tests( 'dump_links', 't/find_link.html', <<'EXPECTED');
30+
dump_tests( 'dump_links', 't/find_link.html', <<'EXPECTED' );
3131
http://www.drphil.com/
3232
HTTP://WWW.UPCASE.COM/
3333
styles.css
@@ -58,7 +58,7 @@ EXPECTED
5858
};
5959

6060
subtest "dump_images test", sub {
61-
dump_tests( 'dump_images', 't/image-parse.html', <<'EXPECTED');
61+
dump_tests( 'dump_images', 't/image-parse.html', <<'EXPECTED' );
6262
/Images/bg-gradient.png
6363
wango.jpg
6464
bongo.gif
@@ -75,7 +75,7 @@ EXPECTED
7575
};
7676

7777
subtest "dump_forms test", sub {
78-
dump_tests( 'dump_forms', 't/form_with_fields.html', <<'EXPECTED');
78+
dump_tests( 'dump_forms', 't/form_with_fields.html', <<'EXPECTED' );
7979
POST http://localhost/ (multipart/form-data) [1st_form]
8080
1a= (text)
8181
1b= (text)
@@ -125,7 +125,7 @@ EXPECTED
125125
};
126126

127127
subtest "dump_forms multiselect", sub {
128-
dump_tests( 'dump_forms', 't/form_133_regression.html', <<'EXPECTED');
128+
dump_tests( 'dump_forms', 't/form_133_regression.html', <<'EXPECTED' );
129129
GET http://localhost/
130130
select1=1 (option) [*1|2|3|4]
131131
select2=1 (option) [*1|2|3|4]
@@ -144,7 +144,7 @@ EXPECTED
144144
};
145145

146146
subtest "dump_text test", sub {
147-
dump_tests( 'dump_text', 't/image-parse.html', <<'EXPECTED');
147+
dump_tests( 'dump_text', 't/image-parse.html', <<'EXPECTED' );
148148
Testing image extractionblargle And now, the dreaded wango CNN BBC Blongo!Logo
149149
EXPECTED
150150
};

t/local/overload.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ BEGIN {
3434
use_ok('WWW::Mechanize');
3535
}
3636

37-
my $server = LocalServer->spawn( html => <<'BROKEN_HTML');
37+
my $server = LocalServer->spawn( html => <<'BROKEN_HTML' );
3838
<html>
3939
<head><title>Broken document</head>
4040
<form>

0 commit comments

Comments
 (0)