Skip to content

Commit 678bb09

Browse files
committed
Remove trailing whitespace
1 parent 0ffce68 commit 678bb09

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

t/06-table.t

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ my $r;
1111
$r = pod2html $=pod[0];
1212
#say $r.perl;
1313
ok $r ~~ ms[[
14-
'<table class="pod-table">'
14+
'<table class="pod-table">'
1515
'<tbody>'
16-
'<tr>'
16+
'<tr>'
1717
'<td>' col1 '</td>'
1818
'<td>' col2 '</td>'
1919
'</tr>'
20-
'</tbody>'
20+
'</tbody>'
2121
'</table>'
2222
]];
2323

@@ -31,17 +31,17 @@ $r = pod2html $=pod[1];
3131
ok $r ~~ ms[[
3232
'<table class="pod-table">'
3333
'<thead>'
34-
'<tr>'
34+
'<tr>'
3535
'<th>' H1 '</th>'
3636
'<th>' H2 '</th>'
3737
'</tr>'
38-
'</thead>'
38+
'</thead>'
3939
'<tbody>'
40-
'<tr>'
40+
'<tr>'
4141
'<td>' col1 '</td>'
4242
'<td>' col2 '</td>'
4343
'</tr>'
44-
'</tbody>'
44+
'</tbody>'
4545
'</table>'
4646
]];
4747

@@ -61,21 +61,20 @@ $r = pod2html $=pod[2];
6161
ok $r ~~ ms[[
6262
'<table class="pod-table">'
6363
'<thead>'
64-
'<tr>'
64+
'<tr>'
6565
'<th>' H1 '</th>'
6666
'<th>' H2 '</th>'
6767
'</tr>'
68-
'</thead>'
68+
'</thead>'
6969
'<tbody>'
70-
'<tr>'
70+
'<tr>'
7171
'<td>' col1 '</td>'
7272
'<td>' col2 '</td>'
7373
'</tr>'
74-
'<tr>'
74+
'<tr>'
7575
'<td>' col1 '</td>'
7676
'<td>' col2 '</td>'
7777
'</tr>'
7878
'</tbody>'
7979
'</table>'
8080
]];
81-

0 commit comments

Comments
 (0)