File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,9 @@ def gh_13141_data(self):
130
130
<tfoot>
131
131
<tr>
132
132
<td><a href="https://en.wikipedia.org/wiki/Page_footer">Footer</a></td>
133
+ <td>
134
+ Multiple <a href="1">links:</a> <a href="2">Only first captured.</a>
135
+ </td>
133
136
</tr>
134
137
</tfoot>
135
138
</table>
@@ -150,10 +153,14 @@ def gh_13141_expected(self):
150
153
("SURROUNDING Debian TEXT" , "ftp://ftp.us.debian.org/" ),
151
154
("Linkless" , None ),
152
155
],
153
- "footer_ignore" : ["Footer" , None , None ],
156
+ "footer_ignore" : [
157
+ "Footer" ,
158
+ "Multiple links: Only first captured." ,
159
+ None ,
160
+ ],
154
161
"footer_extract" : [
155
162
("Footer" , "https://en.wikipedia.org/wiki/Page_footer" ),
156
- None ,
163
+ ( "Multiple links: Only first captured." , "1" ) ,
157
164
None ,
158
165
],
159
166
}
You can’t perform that action at this time.
0 commit comments