Ticket #212 (assigned defect)

Opened 6 months ago

Last modified 7 weeks ago

unknown closing tags vanish from parse tree

Reported by: ralf Owned by: ralf
Priority: major Component: mwlib
Keywords: Cc:

Description

In [2]: uparser.simpleparse("</nosuchtag>")
parser.info >> Parsing "'unknown'"
parser.info >> in parseArticle: skipping (<EndTag:nosuchtag>, '</nosuchtag>')
 Article 'unknown': 0 children
Out[2]: Article 'unknown': 0 children

test in test_parser.test_unknown_tag

Change History

Changed 7 weeks ago by ralf

  • owner set to ralf
  • status changed from new to assigned
Note: See TracTickets for help on using tickets.