Message141051
| Author | teoryn |
|---|---|
| Recipients | teoryn |
| Date | 2011-07-24.18:35:06 |
| SpamBayes Score | 0.000803954 |
| Marked as misclassified | No |
| Message-id | <1311532507.83.0.00235537878353.issue12629@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Given the input '<x><y z=""o"" /></x>', HTMLParser only detects the opening x tag, and then stops parsing. Ideally this should behave like the case '<x><y z="""" /></x>' which raises an error and then can continue parsing the close x tag. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-07-24 18:35:07 | teoryn | set | recipients: + teoryn |
| 2011-07-24 18:35:07 | teoryn | set | messageid: <1311532507.83.0.00235537878353.issue12629@psf.upfronthosting.co.za> |
| 2011-07-24 18:35:07 | teoryn | link | issue12629 messages |
| 2011-07-24 18:35:07 | teoryn | create | |