File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ my $r;
11
11
$ r = pod2html $ = pod [0 ];
12
12
# say $r.perl;
13
13
ok $ r ~~ ms[[
14
- ' <table class="pod-table">'
14
+ ' <table class="pod-table">'
15
15
' <tbody>'
16
- ' <tr>'
16
+ ' <tr>'
17
17
' <td>' col1 ' </td>'
18
18
' <td>' col2 ' </td>'
19
19
' </tr>'
20
- ' </tbody>'
20
+ ' </tbody>'
21
21
' </table>'
22
22
]];
23
23
@@ -31,17 +31,17 @@ $r = pod2html $=pod[1];
31
31
ok $ r ~~ ms[[
32
32
' <table class="pod-table">'
33
33
' <thead>'
34
- ' <tr>'
34
+ ' <tr>'
35
35
' <th>' H1 ' </th>'
36
36
' <th>' H2 ' </th>'
37
37
' </tr>'
38
- ' </thead>'
38
+ ' </thead>'
39
39
' <tbody>'
40
- ' <tr>'
40
+ ' <tr>'
41
41
' <td>' col1 ' </td>'
42
42
' <td>' col2 ' </td>'
43
43
' </tr>'
44
- ' </tbody>'
44
+ ' </tbody>'
45
45
' </table>'
46
46
]];
47
47
@@ -61,21 +61,20 @@ $r = pod2html $=pod[2];
61
61
ok $ r ~~ ms[[
62
62
' <table class="pod-table">'
63
63
' <thead>'
64
- ' <tr>'
64
+ ' <tr>'
65
65
' <th>' H1 ' </th>'
66
66
' <th>' H2 ' </th>'
67
67
' </tr>'
68
- ' </thead>'
68
+ ' </thead>'
69
69
' <tbody>'
70
- ' <tr>'
70
+ ' <tr>'
71
71
' <td>' col1 ' </td>'
72
72
' <td>' col2 ' </td>'
73
73
' </tr>'
74
- ' <tr>'
74
+ ' <tr>'
75
75
' <td>' col1 ' </td>'
76
76
' <td>' col2 ' </td>'
77
77
' </tr>'
78
78
' </tbody>'
79
79
' </table>'
80
80
]];
81
-
You can’t perform that action at this time.
0 commit comments