File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ def gh_13141_data(self):
124
124
</tr>
125
125
<tr>
126
126
<td><a href="https://en.wikipedia.org/">Wikipedia</a></td>
127
- <td><a href="ftp://ftp.us.debian.org/">Debian</a></td>
127
+ <td>SURROUNDING <a href="ftp://ftp.us.debian.org/">Debian</a> TEXT </td>
128
128
<td>Linkless</td>
129
129
</tr>
130
130
<tfoot>
@@ -144,10 +144,10 @@ def gh_13141_expected(self):
144
144
("FTP" , np .nan ),
145
145
("Linkless" , "https://en.wiktionary.org/wiki/linkless" ),
146
146
],
147
- "body_ignore" : ["Wikipedia" , "Debian" , "Linkless" ],
147
+ "body_ignore" : ["Wikipedia" , "SURROUNDING Debian TEXT " , "Linkless" ],
148
148
"body_extract" : [
149
149
("Wikipedia" , "https://en.wikipedia.org/" ),
150
- ("Debian" , "ftp://ftp.us.debian.org/" ),
150
+ ("SURROUNDING Debian TEXT " , "ftp://ftp.us.debian.org/" ),
151
151
("Linkless" , None ),
152
152
],
153
153
"footer_ignore" : ["Footer" , None , None ],
You can’t perform that action at this time.
0 commit comments