What steps will reproduce the problem?
1. create an html page with more than one (say 15) anchor tags (corresponding closing tag also)
2. Now remove a closing anchor tag for the 11th anchor tag
3. Run mechanize and dump find_all_links contents. YOu will get only 10 entries.
What is the expected output? What do you see instead?
Expected all 15 links in the dump
What version of the product are you using? On what operating system?
VERSION = '1.70'
Please provide any additional information below.
My preliminary analysis says that the problem lies in Modules's subroutine with name
sub _extract_links which calls another subroutine with name _link_from_token
In the sub _link_from_token , closing tag is being searched (and which is not found for the current open tag) at line number 2613 (in my version).
kmr.p...@gmail.com reported on Apr 9, 2012
Details
Imported from Google Code issue 235 via archive
Comments
kmr.p...@gmail.com commented on Apr 9, 2012 :