Ticket #212 (assigned defect)
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
Note: See
TracTickets for help on using
tickets.
