Bug #137
JavaScript scanner is confused by nested XML literals
| Status: | New | Start: | 12/30/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Scanner bugs | |||
| Target version: | 1.1 |
Description
A literal like <div><div></div></div> is only read until the first </div>, because there's no detection of tag nesting.
Associated revisions
Added a test for XML literals in JavaScript (see issue #137).
History
Updated by Kornelius Kalnbach 8 months ago
There may be more problems with this: https://developer.mozilla.org/En/E4X/Processing_XML_with_E4X
Updated by Kornelius Kalnbach 8 months ago
- Subject changed from JavaScript scanner is confused by nestes XML literals to JavaScript scanner is confused by nested XML literals
Updated by Kornelius Kalnbach 8 months ago
- Target version changed from 1.0 RC1 to 0.9.2
Updated by Kornelius Kalnbach 8 months ago
- Target version changed from 0.9.2 to 1.1
Updated by Kornelius Kalnbach 8 months ago
- Category changed from Scanner bugs to Scanner improvements
Updated by Kornelius Kalnbach 7 months ago
- Category changed from Scanner improvements to Scanner bugs